https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4e861e382baec0b13cdd0fc37d03dc30aaad64dc authored by Nishan Bende on 08 April 2021, 10:52:19 UTC
fix: button interactions - add shadow on pressed state
Tip revision: 4e861e3
.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