this repo has no description
at main 1.1 kB view raw
1{ 2 "expo": { 3 "name": "atproto-auth-demo", 4 "slug": "atproto-auth-demo", 5 "version": "1.0.0", 6 "orientation": "portrait", 7 "icon": "./assets/images/icon.png", 8 "scheme": "at.hailey", 9 "userInterfaceStyle": "automatic", 10 "newArchEnabled": true, 11 "ios": { 12 "supportsTablet": true, 13 "bundleIdentifier": "com.blueskysocial.atprotoauthdemo" 14 }, 15 "android": { 16 "adaptiveIcon": { 17 "foregroundImage": "./assets/images/adaptive-icon.png", 18 "backgroundColor": "#ffffff" 19 }, 20 "edgeToEdgeEnabled": true, 21 "package": "com.blueskysocial.atprotoauthdemo" 22 }, 23 "web": { 24 "bundler": "metro", 25 "output": "static", 26 "favicon": "./assets/images/favicon.png" 27 }, 28 "plugins": [ 29 "expo-router", 30 [ 31 "expo-splash-screen", 32 { 33 "image": "./assets/images/splash-icon.png", 34 "imageWidth": 200, 35 "resizeMode": "contain", 36 "backgroundColor": "#ffffff" 37 } 38 ] 39 ], 40 "experiments": { 41 "typedRoutes": true 42 } 43 } 44}