-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathexp.json
More file actions
21 lines (21 loc) · 443 Bytes
/
exp.json
File metadata and controls
21 lines (21 loc) · 443 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "wallet",
"description": "A react native project",
"slug": "wallet",
"privacy": "public",
"sdkVersion": "16.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/app.png",
"loading": {
"icon": "./assets/icons/loading.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
},
"ios": {
"supportsTablet": true
}
}