{ "expo": { "name": "powr-rebuild", "slug": "powr-rebuild", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "powr", "userInterfaceStyle": "automatic", "newArchEnabled": true, "assets": [ "assets/fonts", "assets/images", "assets/videos" ], "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" } }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "dependencies": { "react-native-pager-view": "6.2.0" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-sqlite" ], "experiments": { "typedRoutes": true } } }