Skip to content

Commit 16718c3

Browse files
authored
chore: bump React Native to 0.63 RC (#301)
1 parent 298a138 commit 16718c3

File tree

3 files changed

+191
-127
lines changed

3 files changed

+191
-127
lines changed

.flowconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ node_modules/warning/.*
2323
[libs]
2424
node_modules/react-native/interface.js
2525
node_modules/react-native/flow/
26-
flow-typed
26+
flow-typed/
2727

2828
[options]
2929
server.max_workers=4
@@ -58,7 +58,6 @@ untyped-type-import=warn
5858
nonstrict-import=warn
5959
deprecated-type=warn
6060
unsafe-getters-setters=warn
61-
inexact-spread=warn
6261
unnecessary-invariant=warn
6362
signature-verification-failure=warn
6463
deprecated-utility=error

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"conventional-changelog-cli": "^2.0.11",
3131
"dedent": "^0.7.0",
3232
"eslint": "^6.8.0",
33-
"flow-bin": "^0.116.0",
34-
"flow-copy-source": "^2.0.6",
33+
"flow-bin": "^0.122.0",
34+
"flow-copy-source": "^2.0.9",
3535
"jest": "^26.0.1",
3636
"metro-react-native-babel-preset": "^0.58.0",
37-
"react": "^16.13.0",
38-
"react-native": "^0.62.2",
39-
"react-test-renderer": "^16.13.0",
37+
"react": "^16.13.1",
38+
"react-native": "^0.63.0-rc.1",
39+
"react-test-renderer": "^16.13.1",
4040
"release-it": "^12.3.3",
4141
"strip-ansi": "^5.2.0",
4242
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)