Skip to content

Commit

Permalink
Add @types/react to devDependencies (#304)
Browse files Browse the repository at this point in the history
As discussed in #298, if we decide to add `@types/react` to the template this PR should work
  • Loading branch information
EkaanshArora committed Oct 13, 2022
1 parent 9e27ee5 commit e43e5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.4",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
Expand Down

0 comments on commit e43e5b7

Please sign in to comment.