-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
37 lines (37 loc) · 1.26 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
30
31
32
33
34
35
36
37
{
"expo": {
"name": "react-native-push-notification-sample",
"description": "An empty new project",
"slug": "react-native-push-notification-sample",
"privacy": "public",
"sdkVersion": "20.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/app-icon.png",
"loading": {
"icon": "./assets/icons/loading-icon.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4"
]
},
"ios": {
"bundleIdentifier": "com.pushnotificationasmple",
"publishBundlePath": "ios/react-native-push-notification-sample/Supporting/shell-app.bundle",
"publishManifestPath": "ios/react-native-push-notification-sample/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.pushnotificationasmple"
},
"isDetached": true,
"detach": {
"scheme": "expe344aa3e4c554dad919b9190452e608e",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v1.19.1-2-sdk20.0.0-1d5bb7d9-2160-4308-9cd1-ee44a73aa597.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v1.19.1-sdk20.0.0-5b613054-1239-439f-9c3a-0aad67cbe39a.tar.gz"
}
}
}