Skip to content

Commit b263d76

Browse files
committed
fix: adjust to new Rock typings in packageIos.ts
1 parent 959a1f4 commit b263d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/brownfield/commands/packageIos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const packageIosCommand = curryOptions(
5656
// e.g. '0.82' (note the missing patch component),
5757
// therefore we resolve it manually from RN's package.json using Rock's utils
5858
reactNativeVersion: getReactNativeVersion(projectRoot),
59-
usePrebuiltRNCore: 0, // for brownfield, it is required to build RN from source
59+
usePrebuiltRNCore: false, // for brownfield, it is required to build RN from source
6060
packageDir: path.join(brownieCacheDir, 'package'), // the output directory for artifacts
6161
skipCache: true, // cache is dependent on existence of Rock config file
6262
},

0 commit comments

Comments
 (0)