Skip to content

Commit a04d35a

Browse files
author
Michał Parkitny
committed
chore: bump React Native to 0.64 RC
1 parent 9a9abde commit a04d35a

File tree

3 files changed

+674
-1138
lines changed

3 files changed

+674
-1138
lines changed

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ emoji=true
3232
esproposal.optional_chaining=enable
3333
esproposal.nullish_coalescing=enable
3434

35+
exact_by_default=true
36+
3537
module.file_ext=.js
3638
module.file_ext=.json
3739
module.file_ext=.ios.js

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
"@callstack/eslint-config": "^10.0.0",
3535
"@release-it/conventional-changelog": "^2.0.0",
3636
"@testing-library/jest-native": "~3.4.3",
37-
"@types/react": "^16.9.34",
37+
"@types/react": "^17.0.0",
3838
"@types/react-native": "^0.63.0",
3939
"@types/react-test-renderer": "^17.0.0",
4040
"babel-jest": "^26.0.1",
4141
"conventional-changelog-cli": "^2.0.11",
4242
"dedent": "^0.7.0",
4343
"eslint": "^7.0.0",
44-
"flow-bin": "^0.122.0",
44+
"flow-bin": "^0.137.0",
4545
"flow-copy-source": "^2.0.9",
4646
"jest": "^26.0.1",
47-
"react": "^16.13.1",
48-
"react-native": "^0.63.0-rc.1",
49-
"react-test-renderer": "^16.13.1",
47+
"react": "^17.0.1",
48+
"react-native": "^0.64.0-rc.1",
49+
"react-test-renderer": "^17.0.1",
5050
"release-it": "^14.0.3",
5151
"strip-ansi": "^6.0.0",
5252
"typescript": "^4.0.2"

0 commit comments

Comments
 (0)