-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 967 Bytes
/
app.json
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
38
39
40
41
42
{
"expo": {
"name": "visaease-app",
"slug": "visaease-app",
"privacy": "unisted",
"version": "1.0.0",
"splash": {
"image": "src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "org.name.visaeaseapp",
"config": {
"usesNonExemptEncryption": false
},
"infoPlist": {
"NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access your camera"
}
},
"android": {
"package": "org.name.visaeaseapp",
"permissions": [
"android.permission.CAMERA"
]
},
"plugins": [],
"extra": {
"eas": {
"projectId": "535bb004-ee63-45cd-bc7f-8947e285fbc5"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/6910cbbc-532d-463a-81df-5433c179439c"
}
},
"name": "visaease-app"
}