https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 039c6e3ec9ebdbbf7cc65945778b7a516727835d authored by Rohit Singh on 26 March 2021, 09:16:15 UTC
Merge branch 'v3-pre-beta' of https://github.com/GeekyAnts/NativeBase into fix/v3-fab-material-design
Tip revision: 039c6e3
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top