-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (29 loc) · 1.18 KB
/
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
{
"expo": {
"name": "PicFood",
"icon": "./assets/cheese.png",
"description":"PicFood is A social network based food photo sharing and restaurant review application, here is the code: https://github.com/yangkai2g7k/PicFood-Frontend",
"version": "1.0.0",
"slug": "pic-food",
"sdkVersion": "25.0.0",
"privacy": "public",
"ios": {
"bundleIdentifier": "com.picfood.picfood",
"publishBundlePath": "ios/picfood/Supporting/shell-app.bundle",
"publishManifestPath": "ios/picfood/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.picfood.picfood",
"publishBundlePath": "android/app/src/main/assets/shell-app.bundle",
"publishManifestPath": "android/app/src/main/assets/shell-app-manifest.json"
},
"ignoreNodeModulesValidation": true,
"isDetached": true,
"detach": {
"scheme": "exp",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.3.3-sdk25.0.0-e7a4361a-631d-4caf-9692-1880d71c394a.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.3.0-sdk25.0.0-0c32461b-a7c6-4ddc-b85b-32a80c4f18d9.tar.gz"
},
"scheme": "exp"
}
}