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

Refactor i18n locales from JSON to TypeScript modules

This commit is contained in:
sunnylqm
2025-02-15 22:51:26 +08:00
parent f10d4d3004
commit 1fb308af94
6 changed files with 8 additions and 5 deletions

View File

@@ -225,6 +225,7 @@ async function runReactNativeBundleCommand({
if (disableHermes) {
hermesEnabled = false;
console.log('Hermes disabled');
} else if (platform === 'android') {
const gradlePropeties = await new Promise<{
hermesEnabled?: boolean;