-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (47 loc) · 1.19 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
38
39
40
41
42
43
44
45
46
47
48
{
"expo": {
"name": "five-films",
"description": "No description",
"slug": "five-films",
"privacy": "public",
"sdkVersion": "41.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./src/assets/icons/app-icon.png",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"notification": {
"icon": "./src/assets/icons/notification-icon.png",
"color": "#000000"
},
"packagerOpts": {
"config": "rn-cli.config.js",
"assetExts": [
"ttf"
]
},
"ios": {
"supportsTablet": true
},
"extra": {
"api": {
"movie": {
"apiKey": "07d77e2e7f3ad6828cb78f89cdb8a644",
"recommendServiceUri": "https://op.juhe.cn/onebox/movie/pmovie",
"searchServiceUri": "https://op.juhe.cn/onebox/movie/video"
},
"location": {
"apiKey": "UipxUiW5iUaAaEx7WO5wT2RxCypeSCc7",
"uri": "http://api.map.baidu.com/geocoder/v2/"
},
"image": {
"uri": "https://loremflickr.com/320/240/{keywords}"
}
}
}
}
}