We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254c25b commit 3373baeCopy full SHA for 3373bae
app.json
@@ -2,7 +2,7 @@
2
"expo": {
3
"name": "ExhibitU",
4
"slug": "ExhibitU",
5
- "version": "0.4.0",
+ "version": "0.4.1",
6
"orientation": "portrait",
7
"icon": "./assets/ExhibitU_icon.png",
8
"splash": {
@@ -13,9 +13,7 @@
13
"updates": {
14
"fallbackToCacheTimeout": 0
15
},
16
- "assetBundlePatterns": [
17
- "**/*"
18
- ],
+ "assetBundlePatterns": ["**/*"],
19
"ios": {
20
"supportsTablet": true,
21
"bundleIdentifier": "com.exhibitu.ios"
@@ -25,13 +23,8 @@
25
23
26
24
"packagerOpts": {
27
"config": "metro.config.js",
28
- "sourceExts": [
29
- "js",
30
- "jsx",
31
- "svg",
32
- "svgx"
33
- ]
+ "sourceExts": ["js", "jsx", "svg", "svgx"]
34
35
"sdkVersion": "42.0.0"
36
}
37
-}
+}
0 commit comments