https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b8bc906753227586ecf1c1eade9bf1c6eac8b075 authored by Suraj Ahmed on 26 September 2022, 12:02:27 UTC
v3.5.0-rc.2
Tip revision: b8bc906
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