forked from mastermoo/rn-instagram-stories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexp.json
21 lines (21 loc) · 833 Bytes
/
exp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Instagram Stories",
"description": "UI Challenge #3: Instagram Stories Clone written in React Native. https://medium.com/@yousefkama/building-instagram-stories-d14763682e98 for a writeup, source at /~https://github.com/mastermoo/rn-instagram-stories",
"slug": "instagram-stories",
"sdkVersion": "10.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"notification": {
"iconUrl": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"loading": {
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
}
}