lodev09/react-native-true-sheet

View on GitHub
example/app.json

Summary

Maintainability
Test Coverage
{
  "expo": {
    "name": "TrueSheetExample",
    "slug": "TrueSheetExample",
    "version": "1.0.0",
    "icon": "./assets/icon.png",
    "userInterfaceStyle": "dark",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.lodev09.truesheet"
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#ffffff"
      },
      "package": "com.lodev09.truesheet",
      "config": {
        "googleMaps": {
          "apiKey": "AIzaSyBeaou3cjmq_BED6HlTRdg5fSyArUCzoTM"
        }
      }
    },
    "web": {
      "favicon": "./assets/favicon.png"
    },
    "plugins": [
      [
        "expo-build-properties",
        {
          "ios": {
            "newArchEnabled": false
          },
          "android": {
            "newArchEnabled": false
          }
        }
      ]
    ]
  }
}