Application Android et IOS pour l'amicale des élèves
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 580B

123456789101112131415161718192021222324252627282930
  1. {
  2. "expo": {
  3. "name": "Application Amicale",
  4. "slug": "application-amicale",
  5. "privacy": "public",
  6. "sdkVersion": "33.0.0",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "web"
  11. ],
  12. "version": "1.0.0",
  13. "orientation": "portrait",
  14. "icon": "./assets/icon.png",
  15. "splash": {
  16. "image": "./assets/splash.png",
  17. "resizeMode": "contain",
  18. "backgroundColor": "#ffffff"
  19. },
  20. "updates": {
  21. "fallbackToCacheTimeout": 0
  22. },
  23. "assetBundlePatterns": [
  24. "**/*"
  25. ],
  26. "ios": {
  27. "supportsTablet": true
  28. }
  29. }
  30. }