https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 994af6e00d9382ba7985e11f1cb9a49bb0933fc4 authored by Rohit Singh on 17 October 2022, 05:58:27 UTC
feat: internal_inlinestyle prop in all the components
Tip revision: 994af6e
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top