| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "expo": {
- "name": "text4uapp",
- "slug": "text4uapp",
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/images/icon.png",
- "scheme": "myapp",
- "userInterfaceStyle": "automatic",
- "newArchEnabled": true,
- "ios": {
- "supportsTablet": true
- },
- "android": {
- "adaptiveIcon": {
- "foregroundImage": "./assets/images/adaptive-icon.png",
- "backgroundColor": "#ffffff"
- },
- "package": "com.mirfalah.text4uapp",
- "googleServicesFile": "./google-services.json"
- },
- "web": {
- "bundler": "metro",
- "output": "static",
- "favicon": "./assets/images/favicon.png"
- },
- "plugins": [
- "expo-router",
- [
- "expo-splash-screen",
- {
- "image": "./assets/images/splash-icon.png",
- "imageWidth": 200,
- "resizeMode": "contain",
- "backgroundColor": "#ffffff"
- }
- ]
- ],
- "experiments": {
- "typedRoutes": true
- },
- "extra": {
- "router": {
- "origin": false
- },
- "eas": {
- "projectId": "1111cd70-7f71-4435-9db3-1c131ada169d"
- }
- },
- "owner": "azriperisiben"
- },
- "notification": {
- "vapidPublicKey": "BJE6QNQyegGZqKbsUDU7SkCbdmm2I481P9wjl0wZWpuWXL4r1RUnV2yNYNI_KTZICk8FzQoMjBqZVyPyXkUQXdU"
- }
- }
-
|