https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a1dbfa2b5e5355c9caa0a8c9e590afc00f14ff28 authored by Suraj Ahmed on 30 March 2022, 08:46:29 UTC
v3.3.9
Tip revision: a1dbfa2
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