https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 56e39488c2ce7e61c844fd190211e3ce6fb677e5 authored by Suraj Ahmed on 13 July 2022, 14:54:53 UTC
fix: extended theme issue
Tip revision: 56e3948
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top