https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2999e9d272835c696d4de8b2a3a13afcbdf3029e authored by Nishan Bende on 05 July 2021, 18:00:31 UTC
fix: actionsheet swipe in scrollview
Tip revision: 2999e9d
.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