Skip to content

Commit 4034dc2

Browse files
committed
chore: upgrade to RN 0.54.4
1 parent b0147c7 commit 4034dc2

4 files changed

Lines changed: 531 additions & 433 deletions

File tree

.flowconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
5151
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5252
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5353

54-
unsafe.enable_getters_and_setters=true
55-
5654
[version]
57-
^0.61.0
55+
^0.65.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"parse-diff": "^0.4.0",
6767
"proxy-polyfill": "0.1.6",
6868
"query-string": "^5.0.1",
69-
"react": "16.2.0",
70-
"react-native": "0.52.0",
69+
"react": "16.3.0-alpha.1",
70+
"react-native": "0.54.4",
7171
"react-native-actionsheet": "^2.2.0",
7272
"react-native-code-push": "^5.0.0-beta",
7373
"react-native-collapsible": "^0.10.0",
@@ -127,16 +127,16 @@
127127
"eslint-plugin-jsx-a11y": "^5.1.1",
128128
"eslint-plugin-react": "^7.1.0",
129129
"eslint-plugin-react-native": "^2.3.2",
130-
"flow-bin": "^0.47.0",
130+
"flow-bin": "0.65.0",
131131
"husky": "^0.14.3",
132132
"jest": "^22.4.3",
133133
"keys-diff": "^1.0.5",
134134
"lint-staged": "^3.2.6",
135135
"minicat": "^1.0.0",
136136
"prettier": "^1.7.4",
137-
"react-dom": "^16.2.0",
137+
"react-dom": "16.3.0-alpha.1",
138138
"react-native-cli": "^2.0.1",
139-
"react-test-renderer": "^16.0.0",
139+
"react-test-renderer": "16.3.0-alpha.1",
140140
"reactotron-react-native": "^1.14.0",
141141
"reactotron-redux": "^1.13.0",
142142
"stylelint": "^8.2.0",

rn-cli.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const android = require('react-native/local-cli/core/android');
44
const ios = require('react-native/local-cli/core/ios');
5-
const windows = require('react-native/local-cli/core/windows');
65
const findAssets = require('react-native/local-cli/core/findAssets');
76
const wrapCommands = require('react-native/local-cli/core/wrapCommands');
87

@@ -27,7 +26,6 @@ const config = {
2726
return Object.assign({}, rnpm, {
2827
ios: ios.dependencyConfig(folder, rnpm.ios || {}),
2928
android: android.dependencyConfig(folder, rnpm.android || {}),
30-
windows: windows.dependencyConfig(folder, rnpm.windows || {}),
3129
assets: findAssets(folder, rnpm.assets),
3230
commands: wrapCommands(rnpm.commands),
3331
params: rnpm.params || [],

0 commit comments

Comments
 (0)