https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 6626ff0f63a06be50a51ccee882f01bd807c95e2 authored by Suraj Ahmed on 12 August 2022, 07:17:17 UTC
v3.4.12
Tip revision: 6626ff0
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