Skip to content

Commit ad826da

Browse files
committed
refactor: changes after CR
1 parent b1579b2 commit ad826da

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@callstack/brownie-cli",
33
"version": "1.0.0",
44
"license": "MIT",
5-
"author": "Michal Chudziak <mike.chudziak@callstack.com>",
5+
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
66
"bin": {
77
"brownfield": "./dist/index.js"
88
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export const packageIosCommand = curryOptions(
5151
{
5252
projectRoot,
5353
reactNativePath: userConfig.reactNativePath,
54-
// below: the userConfig.reactNativeVersion may be a non-semver-format string,
55-
// e.g. '0.82' (note the missing patch component),
56-
// therefore we resolve it manually from RN's package.json using Rock's utils
5754
reactNativeVersion: userConfig.reactNativeVersion,
5855
usePrebuiltRNCore: 0, // for brownfield, it is required to build RN from source
5956
packageDir: path.join(brownieCacheDir, 'package'), // the output directory for artifacts

0 commit comments

Comments
 (0)