https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 80b8aeda9a802ac9fe1bde11730571f8e0aeb0e9 authored by MD-REHMAN on 16 March 2022, 06:57:19 UTC
fix: typo and text changes
Tip revision: 80b8aed
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