A React Native app for the ultimate thinking partner.
at main 990 B view raw
1{ 2 "expo": { 3 "name": "Co", 4 "slug": "co", 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": "#1B1B23" 14 }, 15 "ios": { 16 "supportsTablet": true, 17 "bundleIdentifier": "com.letta.co" 18 }, 19 "android": { 20 "adaptiveIcon": { 21 "foregroundImage": "./assets/adaptive-icon.png", 22 "backgroundColor": "#ffffff" 23 }, 24 "package": "com.letta.co", 25 "backgroundColor": "#1B1B23", 26 "softwareKeyboardLayoutMode": "pan" 27 }, 28 "web": { 29 "favicon": "./assets/favicon.png", 30 "bundler": "metro", 31 "output": "single", 32 "meta": { 33 "viewport": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" 34 } 35 }, 36 "plugins": [ 37 "expo-secure-store", 38 "expo-font" 39 ] 40 } 41}