-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 893 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "react-navigation-example",
"description": "Testing React Navigation with RNTL",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "jest"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/drawer": "^6.5.1",
"@react-navigation/native": "^6.0.14",
"@react-navigation/native-stack": "^6.9.2",
"@react-navigation/stack": "^6.3.5",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@testing-library/react-native": "^12.4.0",
"babel-jest": "^29.3.1",
"jest": "^29.3.0",
"metro-react-native-babel-preset": "^0.72.3",
"react-test-renderer": "18.2.0"
}
}