https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 418775420b7612bd17a0eeb83f0ccf80961ca895 authored by Nishan Bende on 05 May 2021, 11:52:25 UTC
chore: updated themeprovider
Tip revision: 4187754
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top