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.

55 lines
1.5 KiB

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "expo": {
  3. "name": "loginmockup",
  4. "slug": "loginmockup",
  5. "scheme": "loginmockup",
  6. "version": "1.0.0",
  7. "orientation": "portrait",
  8. "icon": "./assets/icon.png",
  9. "userInterfaceStyle": "dark",
  10. "splash": {
  11. "image": "./assets/splash2.png",
  12. "resizeMode": "contain",
  13. "backgroundColor": "#333333"
  14. },
  15. "assetBundlePatterns": [
  16. "**/*"
  17. ],
  18. "ios": {
  19. "googleServicesFile": "./secrets/GoogleService-Info.plist",
  20. "supportsTablet": true,
  21. "package": "com.v1.client.app.essentory"
  22. },
  23. "android": {
  24. "googleServicesFile": "./secrets/google-services.json",
  25. "package": "com.estrclient"
  26. },
  27. "web": {
  28. "favicon": "./assets/favicon.png"
  29. },
  30. "plugins": [
  31. "@react-native-firebase/app",
  32. "@react-native-firebase/auth",
  33. "@react-native-google-signin/google-signin",
  34. [
  35. "expo-font",
  36. {
  37. "fonts": [
  38. "./assets/fonts/Pretendard-Bold.ttf",
  39. "./assets/fonts/Pretendard-Thin.ttf",
  40. "./assets/fonts/Pretendard-Black.ttf",
  41. "./assets/fonts/Pretendard-Light.ttf",
  42. "./assets/fonts/Pretendard-Medium.ttf",
  43. "./assets/fonts/Pretendard-Regular.ttf",
  44. "./assets/fonts/Pretendard-SemiBold.ttf",
  45. "./assets/fonts/Pretendard-ExtraBold.ttf",
  46. "./assets/fonts/Pretendard-ExtraLight.ttf",
  47. "./assets/fonts/Axiforma-ExtraBold.otf",
  48. "./assets/fonts/Axiforma-ExtraBoldItalic.otf"
  49. ]
  50. }
  51. ],
  52. "expo-router"
  53. ]
  54. }
  55. }