From e43e5b78a9e4cc3b1ab50fdb8276097f2f004170 Mon Sep 17 00:00:00 2001 From: Ekaansh Arora Date: Fri, 14 Oct 2022 00:52:25 +0530 Subject: [PATCH] Add @types/react to devDependencies (#304) As discussed in #298, if we decide to add `@types/react` to the template this PR should work --- template/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template/package.json b/template/package.json index 0a007fa6..96bf5443 100644 --- a/template/package.json +++ b/template/package.json @@ -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",