aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/native/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-react-native-web/apps/native/app.json')
-rw-r--r--examples/with-react-native-web/apps/native/app.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/with-react-native-web/apps/native/app.json b/examples/with-react-native-web/apps/native/app.json
deleted file mode 100644
index 9262f58..0000000
--- a/examples/with-react-native-web/apps/native/app.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "expo": {
- "name": "native",
- "slug": "native",
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/icon.png",
- "userInterfaceStyle": "light",
- "splash": {
- "image": "./assets/splash.png",
- "resizeMode": "contain",
- "backgroundColor": "#ffffff"
- },
- "updates": {
- "fallbackToCacheTimeout": 0
- },
- "assetBundlePatterns": ["**/*"],
- "ios": {
- "supportsTablet": true
- },
- "android": {
- "adaptiveIcon": {
- "foregroundImage": "./assets/adaptive-icon.png",
- "backgroundColor": "#FFFFFF"
- }
- },
- "web": {
- "favicon": "./assets/favicon.png"
- }
- }
-}