{
    "defaults": {
        "supportedPlatforms": [
            "android",
            "androidtv",
            "firetv",
            "androidwear",
            "ios",
            "web",
            "macos",
            "tvos",
            "tizen",
            "tizenmobile",
            "webos",
            "windows",
            "tizenwatch",
            "kaios",
            "firefoxos",
            "firefoxtv",
            "chromecast",
            "webtv"
        ]
    },
    "engines": {
        "@rnv/engine-rn": "source:rnv",
        "@rnv/engine-rn-web": "source:rnv",
        "@rnv/engine-rn-next": "source:rnv",
        "@rnv/engine-rn-electron": "source:rnv",
        "@rnv/engine-rn-tvos": "source:rnv"
    },
    "plugins": {
        "renative": "source:rnv",
        "react-native-web-image-loader": "source:rnv",
        "react-native-gesture-handler": "source:rnv",
        "react-navigation-tabs": "source:rnv",
        "react-native-reanimated": "source:rnv",
        "react-native-vector-icons": "source:rnv",
        "react-native-cached-image": "source:rnv",
        "react-native-video": "source:rnv",
        "react-native-languages": "source:rnv",
        "react-native-linear-gradient": "source:rnv",
        "rn-fetch-blob": "source:rnv",
        "react-native-camera": "source:rnv",
        "react-native-image-picker": "source:rnv",
        "react-native-nfc-manager": "source:rnv",
        "react-native-exception-handler": "source:rnv",
        "react-native-pdf": "source:rnv",
        "react-native-maps": "source:rnv",
        "react-native-image-crop-picker": "source:rnv",
        "react-native-svg": "source:rnv",
        "react-native-picker": "source:rnv",
        "react-native-permissions": "source:rnv",
        "react-native-image-resizer": "source:rnv",
        "react-native-sqlite-storage": "source:rnv",
        "react-native-contacts": "source:rnv",
        "react-native-orientation-locker": "source:rnv",
        "react-native-screens": "source:rnv",
        "ios-photo-editor": "source:rnv",
        "lottie-react-native": "source:rnv",
        "react-native-ble-manager": "source:rnv",
        "react-native-zip-archive": "source:rnv",
        "react-native-sensors": "source:rnv",
        "@react-native-community/netinfo": "source:rnv",
        "crashlytics": "source:rnv",
        "google-maps": "source:rnv",
        "react-native-picker-select": "source:rnv",
        "react-native-prompt-android": "source:rnv",
        "react-native-view-overflow": "source:rnv",
        "react-native-fs": "source:rnv",
        "react-native-biometrics": "source:rnv",
        "react-native-markdown-renderer": "source:rnv",
        "react-native-material-dialog": "source:rnv",
        "react-native-device-info": "source:rnv",
        "react-native-uri-scheme": "source:rnv",
        "react-native-keyboard-aware-scroll-view": "source:rnv",
        "react-native-call-log": "source:rnv",
        "@mapbox/react-native-mapbox-gl": "source:rnv",
        "react-native-document-picker": "source:rnv",
        "react-native-webview-bridge": "source:rnv",
        "react-native-webview": "source:rnv",
        "react-native-simple-compass": "source:rnv",
        "react-native-keep-awake": "source:rnv",
        "react-native-fingerprint-scanner": "source:rnv",
        "react-native-local-mongodb": "source:rnv",
        "react-native-actionsheet": "source:rnv",
        "react-native-animatable": "source:rnv",
        "react-native-autocomplete-input": "source:rnv",
        "react-native-datepicker": "source:rnv",
        "react-native-extended-stylesheet": "source:rnv",
        "react-native-keyboard-spacer": "source:rnv",
        "react-native-material-dropdown": "source:rnv",
        "react-native-modal": "source:rnv"
    },
    "permissions": {
        "ios": {},
        "android": {
            "INTERNET": {
                "key": "android.permission.INTERNET",
                "security": "normal"
            },
            "SYSTEM_ALERT_WINDOW": {
                "key": "android.permission.SYSTEM_ALERT_WINDOW",
                "security": "signature"
            }
        }
    },
    "platforms": {
        "android": {
            "gradle.properties": {
                "android.useDeprecatedNdk": true
            },
            "AndroidManifest": {
                "children": [
                    {
                        "tag": "application",
                        "android:name": ".MainApplication",
                        "android:usesCleartextTraffic": true,
                        "tools:targetApi": 28
                    }
                ]
            }
        },
        "androidtv": {
            "gradle.properties": {
                "android.useDeprecatedNdk": true
            },
            "AndroidManifest": {
                "children": [
                    {
                        "tag": "application",
                        "android:name": ".MainApplication",
                        "android:usesCleartextTraffic": true,
                        "tools:targetApi": 28
                    }
                ]
            }
        },
        "firetv": {
            "gradle.properties": {
                "android.useDeprecatedNdk": true
            },
            "AndroidManifest": {
                "children": [
                    {
                        "tag": "application",
                        "android:name": ".MainApplication",
                        "android:usesCleartextTraffic": true,
                        "tools:targetApi": 28
                    }
                ]
            }
        },
        "androidwear": {
            "gradle.properties": {
                "android.useDeprecatedNdk": true
            },
            "AndroidManifest": {
                "children": [
                    {
                        "tag": "application",
                        "android:name": ".MainApplication",
                        "android:usesCleartextTraffic": true,
                        "tools:targetApi": 28
                    }
                ]
            }
        }
    }
}
