https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 5d888e0cd5601db49e6544a99a3c7f52d5a85ab2 authored by Suraj Ahmed on 05 September 2022, 06:30:04 UTC
fix: added new palette for theming
Tip revision: 5d888e0
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top