You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "expo": {
  3. "name": "text4uapp",
  4. "slug": "text4uapp",
  5. "version": "1.0.0",
  6. "orientation": "portrait",
  7. "icon": "./assets/images/icon.png",
  8. "scheme": "myapp",
  9. "userInterfaceStyle": "automatic",
  10. "newArchEnabled": true,
  11. "ios": {
  12. "supportsTablet": true
  13. },
  14. "android": {
  15. "adaptiveIcon": {
  16. "foregroundImage": "./assets/images/adaptive-icon.png",
  17. "backgroundColor": "#ffffff"
  18. },
  19. "package": "com.mirfalah.text4uapp",
  20. "googleServicesFile": "./google-services.json"
  21. },
  22. "web": {
  23. "bundler": "metro",
  24. "output": "static",
  25. "favicon": "./assets/images/favicon.png"
  26. },
  27. "plugins": [
  28. "expo-router",
  29. [
  30. "expo-splash-screen",
  31. {
  32. "image": "./assets/images/splash-icon.png",
  33. "imageWidth": 200,
  34. "resizeMode": "contain",
  35. "backgroundColor": "#ffffff"
  36. }
  37. ]
  38. ],
  39. "experiments": {
  40. "typedRoutes": true
  41. },
  42. "extra": {
  43. "router": {
  44. "origin": false
  45. },
  46. "eas": {
  47. "projectId": "1111cd70-7f71-4435-9db3-1c131ada169d"
  48. }
  49. },
  50. "owner": "azriperisiben"
  51. },
  52. "notification": {
  53. "vapidPublicKey": "BJE6QNQyegGZqKbsUDU7SkCbdmm2I481P9wjl0wZWpuWXL4r1RUnV2yNYNI_KTZICk8FzQoMjBqZVyPyXkUQXdU"
  54. }
  55. }