|
18 | 18 | "ios:release": "react-native run-ios --configuration Release", |
19 | 19 | "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", |
20 | 20 | "lint": "eslint --report-unused-disable-directives --max-warnings=0 --cache source/ modules/ scripts/ *.js", |
21 | | - "prepare": "sed -i.bak 's/\\(_backedTextInputView.scrollEnabled = \\)YES;/\\1NO;/' node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.m", |
| 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", |
22 | 24 | "prettier": "prettier --write '{source,modules,scripts,e2e}/**/*.{js,json}' 'data/**/*.css' '*.js'", |
23 | 25 | "prettier:changed": "pretty-quick", |
24 | 26 | "prettier:since-master": "pretty-quick", |
|
127 | 129 | "react-native-keychain": "3.0.0", |
128 | 130 | "react-native-linear-gradient": "2.4.2", |
129 | 131 | "react-native-network-info": "4.0.0", |
130 | | - "react-native-onesignal": "3.2.6", |
| 132 | + "react-native-onesignal": "3.2.7", |
131 | 133 | "react-native-paper": "2.0.1", |
132 | 134 | "react-native-popover-view": "1.0.8", |
133 | 135 | "react-native-restart": "0.0.7", |
|
0 commit comments