Skip to content

Commit 9681c05

Browse files
committed
feat: update react-native to 0.63.2 and @types/react-native to 0.63.2
1 parent 7a1cbeb commit 9681c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"react": "16.13.1",
14-
"react-native": "0.63.0"
14+
"react-native": "0.63.2"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.8.4",
1818
"@babel/runtime": "^7.8.4",
1919
"@react-native-community/eslint-config": "^1.1.0",
2020
"@types/jest": "^25.2.3",
21-
"@types/react-native": "^0.63.1",
21+
"@types/react-native": "^0.63.2",
2222
"@types/react-test-renderer": "^16.9.2",
2323
"@typescript-eslint/eslint-plugin": "^2.27.0",
2424
"@typescript-eslint/parser": "^2.27.0",

0 commit comments

Comments
 (0)