https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f86a63d5650650192ecb2a2272780d026394e11d authored by ankit-tailor on 09 March 2022, 07:15:30 UTC
feat: decoupled theme for container
Tip revision: f86a63d
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top