rootstrap/react-native-use-styles

View on GitHub
demo/app.json

Summary

Maintainability
Test Coverage
{
  "expo": {
    "name": "react-native-use-styles-demo",
    "slug": "react-native-use-styles-demo",
    "platforms": ["ios", "android", "web"],
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true
    },
    "description": "This is a demo project for the library react-native-use-styles",
    "githubUrl": "https://github.com/rootstrap/react-native-use-styles/demo"
  }
}