← back to Nineoh Guide

apps/mobile/app.json

55 lines

{
  "expo": {
    "name": "Unofficial 90210 Guide",
    "slug": "nineoh-guide",
    "version": "1.0.0",
    "icon": "./assets/icon.png",
    "orientation": "portrait",
    "scheme": "nineohguide",
    "userInterfaceStyle": "automatic",
    "ios": {
      "bundleIdentifier": "com.abrams.nineohguide",
      "supportsTablet": true,
      "usesAppleSignIn": true,
      "googleServicesFile": "./GoogleService-Info.plist",
      "infoPlist": {
        "ITSAppUsesNonExemptEncryption": false
      }
    },
    "plugins": [
      "expo-apple-authentication",
      "@react-native-firebase/app",
      "@react-native-firebase/crashlytics",
      [
        "expo-build-properties",
        {
          "ios": { "useFrameworks": "static" }
        }
      ],
      [
        "react-native-google-mobile-ads",
        {
          "iosAppId": "ca-app-pub-5278231299883833~3798456380",
          "androidAppId": "ca-app-pub-3940256099942544~3347511713"
        }
      ],
      [
        "expo-tracking-transparency",
        {
          "userTrackingPermission": "This lets us show you more relevant ads and keep the app free."
        }
      ]
    ],
    "extra": {
      "apiBaseUrl": "https://nineoh-guide.vercel.app",
      "eas": {
        "projectId": "d1c16075-337b-4f74-b818-582a9bac7f67"
      }
    },
    "owner": "agentabrams"
  },
  "react-native-google-mobile-ads": {
    "iosAppId": "ca-app-pub-5278231299883833~3798456380"
  }
}