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 737B

1234567891011121314151617181920212223242526272829303132333435
  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": "0.0.1",
  13. "orientation": "portrait",
  14. "icon": "./assets/icon.png",
  15. "primaryColor": "#e42612",
  16. "splash": {
  17. "image": "./assets/splash.png",
  18. "resizeMode": "contain",
  19. "backgroundColor": "#fff"
  20. },
  21. "updates": {
  22. "fallbackToCacheTimeout": 0
  23. },
  24. "assetBundlePatterns": [
  25. "**/*"
  26. ],
  27. "ios": {
  28. "supportsTablet": true,
  29. "bundleIdentifier": "com.test.applicationamicale"
  30. },
  31. "android": {
  32. "package": "com.test.applicationamicale"
  33. }
  34. }
  35. }