https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 107f452d0f3403a0f60b1fb083551cccd2f505a6 authored by MD-REHMAN on 10 June 2021, 13:55:27 UTC
feat: colormode pseudo props
Tip revision: 107f452
.eslintrc.json
{
  "extends": ["@react-native-community", "prettier"],
  "rules": {
    "prettier/prettier": [
      "error",
      {
        "quoteProps": "preserve",
        "singleQuote": true,
        "tabWidth": 2,
        "trailingComma": "es5",
        "useTabs": false
      }
    ],
    "no-bitwise": 0
  },
  "plugins": ["prettier"]
}
back to top