https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: badccfff9cd0611235b8545a6966c7f579bf3e4a authored by Viraj-10 on 24 August 2022, 08:09:11 UTC
fix: icon is not aligned with the text
Tip revision: badccff
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top