1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-30 22:33:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

init i18n

This commit is contained in:
sunnylqm
2025-02-15 00:38:55 +08:00
parent 814a9d10fb
commit 0f44de772f
8 changed files with 33 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ export function getRNVersion() {
};
}
export async function getApkInfo(fn) {
export async function getApkInfo(fn: string) {
const appInfoParser = new AppInfoParser(fn);
const bundleFile = await appInfoParser.parser.getEntry(
/assets\/index.android.bundle/,