https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1b6c61844cec31522e11b16d19606c960ae4082c authored by Amar Somani on 31 March 2022, 05:51:37 UTC
Merge pull request #4848 from GeekyAnts/fix/3.4-icon-example
Tip revision: 1b6c618
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