https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 8b1e36b52e0bf2c1b80a29bc62b3dbb4710f9fa8 authored by Mayank Sunil Pagar on 12 May 2022, 10:24:52 UTC
fix: custom theme was not passed in wrapper
Tip revision: 8b1e36b
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top