-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 955 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
31
32
33
{
"name": "my-react-native-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo run:web"
},
"dependencies": {
"@emotion/native": "^11.0.0",
"@emotion/react": "^11.0.0",
"@react-native-segmented-control/segmented-control": "^2.5.2",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"expo": "^48.0.0",
"install": "^0.13.0",
"npm": "^10.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.14",
"react-native-paper": "^4.0.0",
"react-native-reanimated": "^3.13.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.11"
},
"devDependencies": {
"expo-cli": "^5.3.0"
}
}