this repo has no description
at main 652 B view raw
1{ 2 "expo": { 3 "name": "repro-peer-deps", 4 "slug": "repro-peer-deps", 5 "version": "1.0.0", 6 "orientation": "portrait", 7 "icon": "./assets/images/icon.png", 8 "scheme": "repropeerdeps", 9 "userInterfaceStyle": "automatic", 10 "newArchEnabled": true, 11 "ios": { 12 "supportsTablet": true, 13 "bundleIdentifier": "com.kitten.repro-peer-deps" 14 }, 15 "android": { 16 "edgeToEdgeEnabled": true, 17 "predictiveBackGestureEnabled": false 18 }, 19 "web": { 20 "output": "server" 21 }, 22 "plugins": [ 23 "expo-router" 24 ], 25 "experiments": { 26 "typedRoutes": true, 27 "reactCompiler": true 28 } 29 } 30}