https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d638ee38e923a2a6d7479e2204037f225fc498a1 authored by Suraj Ahmed on 06 April 2022, 11:18:09 UTC
v3.4.0-rc.4
Tip revision: d638ee3
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