https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 40bd201b341da1e8392ad52f77a8d3767a75d481 authored by meenu on 19 July 2021, 12:39:08 UTC
feat: added few props and accessibility props
Tip revision: 40bd201
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top