Skip to content

Commit 4721a49

Browse files
committed
replace specific line number of popover
1 parent 1d4cd82 commit 4721a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",
2121
"prepare": "npm run prepareScrollEnabled && npm run preparePopover",
22-
"preparePopover": "sed -i.bak 's/\\(this.safeAreaViewReady = \\)false;/\\1true;/' node_modules/react-native-popover-view/src/Popover.js",
22+
"preparePopover": "sed -i.bak '111s/\\(this.safeAreaViewReady = \\)false;/\\1true;/' node_modules/react-native-popover-view/src/Popover.js",
2323
"prepareScrollEnabled": "sed -i.bak 's/\\(_backedTextInputView.scrollEnabled = \\)YES;/\\1NO;/' node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.m",
2424
"prettier": "prettier --write '{source,modules,scripts,e2e}/**/*.{js,json}' 'data/**/*.css' '*.js'",
2525
"prettier:changed": "pretty-quick",

0 commit comments

Comments
 (0)