Repositorio para el app de Techos Pa' Mi Gente.

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "expo": {
  3. "name": "DoneWithIt",
  4. "slug": "DoneWithIt",
  5. "version": "1.0.0",
  6. "orientation": "portrait",
  7. "icon": "./assets/icon.png",
  8. "userInterfaceStyle": "light",
  9. "splash": {
  10. "image": "./assets/splash.png",
  11. "resizeMode": "contain",
  12. "backgroundColor": "#ffffff"
  13. },
  14. "updates": {
  15. "fallbackToCacheTimeout": 0
  16. },
  17. "assetBundlePatterns": [
  18. "**/*"
  19. ],
  20. "ios": {
  21. "supportsTablet": true
  22. },
  23. "android": {
  24. "adaptiveIcon": {
  25. "foregroundImage": "./assets/adaptive-icon.png",
  26. "backgroundColor": "#FFFFFF"
  27. }
  28. },
  29. "web": {
  30. "favicon": "./assets/favicon.png"
  31. }
  32. }
  33. }