mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-17 18:06:10 +08:00
Refactor i18n locales from JSON to TypeScript modules
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user