forked from oktalk/to-do-list-react-native
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·33 lines (33 loc) · 793 Bytes
/
app.json
File metadata and controls
executable file
·33 lines (33 loc) · 793 Bytes
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
{
"expo": {
"name": "to-do-list-react-native",
"description": "",
"slug": "snack-ryMtKHsCE",
"privacy": "unlisted",
"sdkVersion": "32.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "https://d1wp6m56sqw74a.cloudfront.net/~assets/c9aa1be8a6a6fe81e20c3ac4106a2ebc",
"loading": {
"icon": "https://d1wp6m56sqw74a.cloudfront.net/~assets/c9aa1be8a6a6fe81e20c3ac4106a2ebc",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4",
"otf",
"xml"
]
},
"ios": {
"supportsTablet": true
},
"platforms": [
"android",
"ios"
],
"githubUrl": "https://github.com/oktalk/to-do-list-react-native.git"
}
}