https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4171b3c03b4abda5b9b5069296ad125dfda84192 authored by Suraj Ahmed on 11 April 2022, 13:54:22 UTC
feat: added pseudo prop _important
Tip revision: 4171b3c
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top