{ "expo": { "doctor": { "reactNativeDirectoryCheck": { "listUnknownPackages": false, "name": "yakinbisa", "slug": "yakinbisa", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "myapp", "platforms": [ "ios", "android" ], "android": { "jsEngine": "hermes", "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" } } } }, "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-font", "expo-router" ], "experiments": { "typedRoutes": true } } }