We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959a1f4 commit b263d76Copy full SHA for b263d76
1 file changed
packages/cli/src/brownfield/commands/packageIos.ts
@@ -56,7 +56,7 @@ export const packageIosCommand = curryOptions(
56
// e.g. '0.82' (note the missing patch component),
57
// therefore we resolve it manually from RN's package.json using Rock's utils
58
reactNativeVersion: getReactNativeVersion(projectRoot),
59
- usePrebuiltRNCore: 0, // for brownfield, it is required to build RN from source
+ usePrebuiltRNCore: false, // for brownfield, it is required to build RN from source
60
packageDir: path.join(brownieCacheDir, 'package'), // the output directory for artifacts
61
skipCache: true, // cache is dependent on existence of Rock config file
62
},
0 commit comments