https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 75c08fd8e62fdf15848bc5b30c4ac47eb91a0784 authored by madhav23bansal on 16 February 2022, 11:19:31 UTC
v3.3.7
Tip revision: 75c08fd
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