This repository has no description
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051{ "expo": { "name": "tangled", "slug": "tangled", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": ["tangled", "io.tngl.bruh"], "userInterfaceStyle": "automatic", "ios": { "icon": "./assets/expo.icon", "bundleIdentifier": "com.davidvmu.tangled" }, "android": { "adaptiveIcon": { "backgroundColor": "#E6F4FE", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "predictiveBackGestureEnabled": false }, "web": { "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "backgroundColor": "#208AEF", "image": "./assets/images/splash-icon.png", "imageWidth": 76 } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true }, "extra": { "router": {}, "eas": { "projectId": "61048d52-8d83-4846-a849-04c08934fc59" } }, "owner": "davidvmu" }}