-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 764 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"expo": {
"sdkVersion": "27.0.0",
"ios": {
"bundleIdentifier": "com.napper",
"publishBundlePath": "ios/napper/Supporting/shell-app.bundle",
"publishManifestPath": "ios/napper/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.napper"
},
"name": "napper",
"slug": "napper",
"version": "0.1.0",
"isDetached": true,
"detach": {
"scheme": "expd923791232a740d7bcfe464af129cc8f",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.5.10-sdk27.0.0-7e6dd135-e649-48e2-ab7c-e76521ce6259.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.5.3-sdk27.0.0-408c8d77-8d1f-4784-b7b4-93826250663a.tar.gz"
}
}
}