https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4edab3039965792e7f9443bad9fd402fe1a1a45a authored by mayank-96 on 06 May 2022, 07:58:59 UTC
fix: fade animation props
Tip revision: 4edab30
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