{
  "expo": {
    "newArchEnabled": true,
    "android": {
      "jsEngine": "hermes",
      "versionCode": 28,
      "softwareKeyboardLayoutMode": "pan",
      "googleServicesFile": "./google-services.json"
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "buildNumber": "28",
      "config": {
        "usesNonExemptEncryption": false
      },
      "googleServicesFile": "./GoogleService-Info.plist",
      "jsEngine": "hermes",
      "usesAppleSignIn": true,
      "supportsTablet": true
    },
    "name": "BACA",
    "orientation": "portrait",
    "owner": "binarapps",
    "slug": "expo-typescript-template",
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "userInterfaceStyle": "automatic",
    "version": "2.6.2",
    "plugins": [
      "@react-native-google-signin/google-signin",
      "expo-asset",
      "expo-apple-authentication",
      "expo-font",
      "expo-localization",
      "expo-secure-store",
      "expo-router",
      [
        "expo-build-properties",
        {
          "ios": {
            "useFrameworks": "static"
          }
        }
      ],
      [
        "expo-splash-screen",
        {
          "backgroundColor": "#ffffff",
          "image": "./assets/splash-light.png",
          "dark": {
            "image": "./assets/splash-dark.png",
            "backgroundColor": "#0D1320"
          },
          "imageWidth": 200
        }
      ]
    ],
    "web": {
      "output": "single",
      "bundler": "metro"
    }
  }
}
