https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ab293141314796f8011093c414cdc4de84c1f120 authored by Suraj Ahmed on 06 April 2022, 11:37:57 UTC
fix: popper typing
Tip revision: ab29314
app.json
{
    "name": "NativeBaseExample",
    "displayName": "NativeBase Example",
    "packagerOpts": {
        "config": "metro.config.js"
    },
    "expo": {
        "name": "NativeBase Example",
        "slug": "native-base-example",
        "description": "Example app for Nativebase",
        "privacy": "public",
        "version": "1.0.0",
        "platforms": ["ios", "android", "web"],
        "ios": {
            "supportsTablet": true
        },
        "assetBundlePatterns": ["**/*"]
    }
}
back to top