https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 611eca3424b6e845ed0679b847dfea37fdbf20e2 authored by akhil-geekyants on 02 July 2018, 11:03:15 UTC
Added styles - modalStyle, actionSheetStyle, titleStyle, itemStyle to ios Actionsheet.
Tip revision: 611eca3
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top