Skip to content

Commit cd6a587

Browse files
authored
revert back to a single prepare command
1 parent 2dc6716 commit cd6a587

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"ios:release": "react-native run-ios --configuration Release",
1919
"ios-simulator": "xcrun instruments -s devices | peco --select-1 --query 'Simulator iPhone' --on-cancel error | sed 's~.*\\[\\(.*\\)\\].*~\\1~' | xargs open -n -a Simulator --args -CurrentDeviceUDID",
2020
"lint": "eslint --report-unused-disable-directives --max-warnings=0 --cache source/ modules/ scripts/ *.js",
21-
"prepare": "npm run prepareScrollEnabled && npm run preparePopover",
22-
"preparePopover": "sed -i.bak '111s/\\(this.safeAreaViewReady = \\)false;/\\1true;/' node_modules/react-native-popover-view/src/Popover.js",
23-
"prepareScrollEnabled": "sed -i.bak 's/\\(_backedTextInputView.scrollEnabled = \\)YES;/\\1NO;/' node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.m",
21+
"prepare": "sed -i.bak 's/\\(_backedTextInputView.scrollEnabled = \\)YES;/\\1NO;/' node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.m",
2422
"prettier": "prettier --write '{source,modules,scripts,e2e}/**/*.{js,json}' 'data/**/*.css' '*.js'",
2523
"prettier:changed": "pretty-quick",
2624
"prettier:since-master": "pretty-quick",

0 commit comments

Comments
 (0)