We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbeb42 commit 18aa6e5Copy full SHA for 18aa6e5
app.json
@@ -1,25 +1,17 @@
1
{
2
"expo": {
3
"name": "native-kitchensink",
4
- "description": "This project is really great.",
+ "description": "Playground for ReactiveSearch Native components",
5
"slug": "native-kitchensink",
6
"privacy": "public",
7
"sdkVersion": "26.0.0",
8
"platforms": ["ios", "android"],
9
"version": "1.0.0",
10
"orientation": "portrait",
11
"icon": "./assets/icon.png",
12
- "splash": {
13
- "image": "./assets/splash.png",
14
- "resizeMode": "contain",
15
- "backgroundColor": "#ffffff"
16
- },
17
"updates": {
18
"fallbackToCacheTimeout": 0
19
},
20
- "assetBundlePatterns": ["**/*"],
21
- "ios": {
22
- "supportsTablet": true
23
- }
+ "assetBundlePatterns": ["**/*"]
24
}
25
assets/icon.png
-1.11 KB
assets/splash.png
-7.01 KB
0 commit comments