https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b1293fc66f32a082541cb6374e16dd99e5c951df authored by amars29 on 20 October 2021, 09:05:05 UTC
fix: updated buttongroup example
Tip revision: b1293fc
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top