this repo has no description
at main 818 B view raw
1{ 2 "expo": { 3 "name": "expo-atproto-auth-example", 4 "slug": "expo-atproto-auth-example", 5 "version": "1.0.0", 6 "orientation": "portrait", 7 "icon": "./assets/icon.png", 8 "userInterfaceStyle": "light", 9 "newArchEnabled": true, 10 "splash": { 11 "image": "./assets/splash-icon.png", 12 "resizeMode": "contain", 13 "backgroundColor": "#ffffff" 14 }, 15 "ios": { 16 "supportsTablet": true, 17 "bundleIdentifier": "expo.modules.atprotoauth.example" 18 }, 19 "android": { 20 "adaptiveIcon": { 21 "foregroundImage": "./assets/adaptive-icon.png", 22 "backgroundColor": "#ffffff" 23 }, 24 "edgeToEdgeEnabled": true, 25 "package": "expo.modules.atprotoauth.example" 26 }, 27 "web": { 28 "favicon": "./assets/favicon.png" 29 }, 30 "scheme": "at.hailey" 31 } 32}