https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 85127f781f1fe2d2e11414d177ed4ed8f8714dc3 authored by Suraj Ahmed Choudhury on 11 April 2022, 12:02:13 UTC
Merge pull request #4912 from GeekyAnts/fix/platform-typing-3.3
Tip revision: 85127f7
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