https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 564265ab2ec79d2b8154e876ce3fb4fb6788f534 authored by Suraj Ahmed on 20 September 2021, 13:03:45 UTC
feat: added v3 compatible theme
Tip revision: 564265a
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