1{ 2 "expo": { 3 "name": "sandbox", 4 "slug": "sandbox", 5 "privacy": "public", 6 "sdkVersion": "UNVERSIONED", 7 "scheme": "sandbox", 8 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 "userInterfaceStyle": "automatic", 22 "ios": { 23 "supportsTablet": true 24 }, 25 "plugins": [ 26 [ 27 "expo-router", 28 { 29 "origin": "https://naviloop.netlify.app/" 30 } 31 ] 32 ], 33 "web": { 34 "bundler": "metro", 35 "output": "server" 36 } 37 } 38} 39