-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 726 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 726 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
{
"name": "react-native-exify-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"prebuild": "expo prebuild",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@lodev09/react-native-true-sheet": "^3.8.2",
"expo": "~54.0.33",
"expo-camera": "~16.1.6",
"expo-image": "~2.3.0",
"expo-image-picker": "~16.1.4",
"expo-media-library": "~17.1.4",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"private": true,
"devDependencies": {
"expo-dev-client": "~6.0.20",
"react-native-builder-bob": "^0.40.17",
"react-native-monorepo-config": "^0.3.1"
}
}