1{ 2 "name": "native-tests", 3 "version": "1.0.0", 4 "main": "index.js", 5 "scripts": { 6 "postinstall": "expo-yarn-workspaces postinstall", 7 "start": "expo start --dev-client", 8 "android": "expo run:android", 9 "ios": "expo run:ios", 10 "web": "expo start --web" 11 }, 12 "dependencies": { 13 "expo": "~46.0.0-alpha.0", 14 "expo-camera": "~12.3.0", 15 "expo-dev-client": "~1.3.0", 16 "expo-error-recovery": "~3.2.0", 17 "expo-face-detector": "~11.3.0", 18 "expo-image": "~0.2.0", 19 "expo-notifications": "~0.16.0", 20 "expo-random": "~12.3.0", 21 "expo-splash-screen": "~0.16.0", 22 "native-component-list": "*", 23 "react": "18.0.0", 24 "react-dom": "18.0.0", 25 "react-native": "0.69.5" 26 }, 27 "devDependencies": { 28 "@babel/core": "^7.12.9" 29 }, 30 "expo-yarn-workspaces": { 31 "symlinks": [ 32 "expo-constants", 33 "expo-camera", 34 "expo-updates", 35 "react-native-reanimated" 36 ] 37 }, 38 "expo": { 39 "autolinking": { 40 "exclude": [ 41 "expo-branch", 42 "expo-ads-facebook", 43 "expo-ads-admob", 44 "expo-apple-authentication", 45 "expo-module-template" 46 ], 47 "ios": { 48 "flags": { 49 "inhibit_warnings": false 50 } 51 } 52 } 53 }, 54 "private": true 55} 56