Skip to content

Commit b228bb4

Browse files
Alexander Jarvisradko93
Alexander Jarvis
authored andcommitted
Fix type errors as react types are included in react-native (#95)
1 parent c6cbf56 commit b228bb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"@babel/runtime": "^7.6.2",
1818
"@react-native-community/eslint-config": "^0.0.5",
1919
"@types/jest": "^24.0.18",
20-
"@types/react": "16.9.0",
21-
"@types/react-native": "^0.60.17",
20+
"@types/react-native": "^0.60.21",
2221
"@types/react-test-renderer": "16.9.0",
2322
"babel-jest": "^24.9.0",
2423
"jest": "^24.9.0",

0 commit comments

Comments
 (0)