Skip to content

Commit e43e5b7

Browse files
authored
Add @types/react to devDependencies (#304)
As discussed in #298, if we decide to add `@types/react` to the template this PR should work
1 parent 9e27ee5 commit e43e5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: template/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@react-native-community/eslint-config": "^2.0.0",
2020
"@tsconfig/react-native": "^2.0.2",
2121
"@types/jest": "^26.0.23",
22+
"@types/react": "^18.0.21",
2223
"@types/react-native": "^0.70.4",
2324
"@types/react-test-renderer": "^18.0.0",
2425
"@typescript-eslint/eslint-plugin": "^5.37.0",

0 commit comments

Comments
 (0)