diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 811c99210..f4108e2fd 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,12 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { + "@react-navigation/native": "^6.0.10", + "@react-navigation/native-stack": "^6.6.2", "react": "17.0.2", - "react-native": "0.68.2" + "react-native": "0.68.2", + "react-native-safe-area-context": "^4.3.1", + "react-native-screens": "^3.13.1" }, "devDependencies": { "@babel/core": "^7.12.9", @@ -41,6 +45,9 @@ "jsx", "json", "node" + ], + "transformIgnorePatterns": [ + "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)" ] } } |