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.

30 lines
633 B

  1. {
  2. "expo": {
  3. "name": "loginmockup2",
  4. "slug": "loginmockup2",
  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. "assetBundlePatterns": [
  15. "**/*"
  16. ],
  17. "ios": {
  18. "supportsTablet": true
  19. },
  20. "android": {
  21. "adaptiveIcon": {
  22. "foregroundImage": "./assets/adaptive-icon.png",
  23. "backgroundColor": "#ffffff"
  24. }
  25. },
  26. "web": {
  27. "favicon": "./assets/favicon.png"
  28. }
  29. }
  30. }