https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e816e2d83f79396ca3e7d42a3b9c023c017fad78 authored by Suraj Ahmed on 03 January 2022, 10:28:02 UTC
fix: type error
Tip revision: e816e2d
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top