-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.12 KB
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
34
35
36
37
{
"name": "multipleimagepickerexample",
"version": "2.2.3",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"pod": "cd ios && bundle exec pod update",
"pod-new-arch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"prebuild": "expo prebuild",
"gradle": "cd android && ./gradlew clean && ./gradlew build"
},
"dependencies": {
"@react-native-segmented-control/segmented-control": "2.5.7",
"expo": "^54.0.27",
"expo-build-properties": "~1.0.10",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"immer": "^10.1.1",
"react": "19.1.0",
"react-native": "0.81.5",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react": "~19.1.10",
"react-native-builder-bob": "^0.30.0",
"react-native-nitro-modules": "^0.25.2",
"typescript": "~5.9.2"
},
"private": true
}