https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a1337f68df09b25096c885b3d87cbc8d4fb10d9a authored by ankit-tailor on 14 September 2022, 10:40:00 UTC
fix: code refactor
Tip revision: a1337f6
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