app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "expo": {
  3. "plugins": [
  4. "expo-notifications"
  5. ],
  6. "scheme": "cnp.mobile",
  7. "name": "cnp-mobile",
  8. "slug": "cnp-mobile",
  9. "version": "0.0.16",
  10. "orientation": "portrait",
  11. "icon": "./assets/cnp-app-icon.png",
  12. "splash": {
  13. "image": "./assets/cnp-splash.png",
  14. "resizeMode": "cover",
  15. "backgroundColor": "#ffffff"
  16. },
  17. "updates": {
  18. "fallbackToCacheTimeout": 0,
  19. "url": "https://u.expo.dev/082de7a5-d9b8-4c96-bd1b-5706cca20324"
  20. },
  21. "assetBundlePatterns": [
  22. "**/*"
  23. ],
  24. "ios": {
  25. "bundleIdentifier": "com.clicknpush.app",
  26. "googleServicesFile": "./GoogleService-Info.plist",
  27. "buildNumber": "0.1.15"
  28. },
  29. "android": {
  30. "googleServicesFile": "./google-services.json",
  31. "adaptiveIcon": {
  32. "foregroundImage": "./assets/logo-white.png",
  33. "backgroundImage": "./assets/cover.png"
  34. },
  35. "package": "com.clicknpush.mobile",
  36. "versionCode": 36,
  37. "config": {
  38. "googleMaps": {
  39. "apiKey": "AIzaSyDPN1Z8SV7WClUdnoVyTQMoUfMYeC0DZyU"
  40. }
  41. }
  42. },
  43. "web": {
  44. "favicon": "./assets/favicon.png"
  45. },
  46. "runtimeVersion": "1.0.1",
  47. "extra": {
  48. "eas": {
  49. "projectId": "4cba8a8d-b6b2-4e66-9113-3e228cce80fa"
  50. }
  51. }
  52. }
  53. }