|
| 1 | +{ |
| 2 | + "expo": { |
| 3 | + "name": "example-expo", |
| 4 | + "slug": "example-expo", |
| 5 | + "version": "1.0.0", |
| 6 | + "orientation": "portrait", |
| 7 | + "icon": "./assets/images/icon.png", |
| 8 | + "scheme": "exampleexpo", |
| 9 | + "userInterfaceStyle": "automatic", |
| 10 | + "newArchEnabled": true, |
| 11 | + "ios": { |
| 12 | + "supportsTablet": true, |
| 13 | + "bundleIdentifier": "com.wcastand.exampleexpo" |
| 14 | + }, |
| 15 | + "android": { |
| 16 | + "adaptiveIcon": { |
| 17 | + "backgroundColor": "#E6F4FE", |
| 18 | + "foregroundImage": "./assets/images/android-icon-foreground.png", |
| 19 | + "backgroundImage": "./assets/images/android-icon-background.png", |
| 20 | + "monochromeImage": "./assets/images/android-icon-monochrome.png" |
| 21 | + }, |
| 22 | + "edgeToEdgeEnabled": true, |
| 23 | + "predictiveBackGestureEnabled": false, |
| 24 | + "package": "com.wcastand.exampleexpo" |
| 25 | + }, |
| 26 | + "web": { |
| 27 | + "output": "static", |
| 28 | + "favicon": "./assets/images/favicon.png" |
| 29 | + }, |
| 30 | + "plugins": [ |
| 31 | + "expo-router", |
| 32 | + [ |
| 33 | + "expo-splash-screen", |
| 34 | + { |
| 35 | + "image": "./assets/images/splash-icon.png", |
| 36 | + "imageWidth": 200, |
| 37 | + "resizeMode": "contain", |
| 38 | + "backgroundColor": "#ffffff", |
| 39 | + "dark": { |
| 40 | + "backgroundColor": "#000000" |
| 41 | + } |
| 42 | + } |
| 43 | + ], |
| 44 | + [ |
| 45 | + "../app.plugin.js", |
| 46 | + { |
| 47 | + "enableApplePayProvisioning": true, |
| 48 | + "googleTapAndPaySdkPath": "./libs/tapandpay-v18.7.0.zip" |
| 49 | + } |
| 50 | + ] |
| 51 | + ], |
| 52 | + "experiments": { |
| 53 | + "typedRoutes": true, |
| 54 | + "reactCompiler": true |
| 55 | + } |
| 56 | + } |
| 57 | +} |
0 commit comments