forked from watanabeyu/react-native-simple-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 700 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 700 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
{
"expo": {
"name": "react-native-simple-twitter-example",
"description": "example of react-native-simple-twitter.",
"slug": "react-native-simple-twitter-example",
"privacy": "public",
"sdkVersion": "32.0.0",
"platforms": [
"ios",
"android"
],
"primaryColor": "#4CAF50",
"extra": {
"twitter": {
"consumerKey": "sIaBRZBbihUabSRkENZUjWL2e",
"consumerKeySecret": "u6qePkEENXuI5zttzFMYzIL335JBAGq38kpF8FGzptVgBt1CvB"
}
},
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"loading": {
"icon": "./assets/images/icon.png",
"backgroundColor": "#ffffff"
}
}
}