https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d28977e0d5a09165fd5441aada09122097badaaa authored by Rohit Singh on 02 August 2021, 07:02:47 UTC
fix: radio size getting passed to wrapper
Tip revision: d28977e
.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