https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 6a2a84ceef16c84a826a54ad10fdfcaf9d16c509 authored by Suraj Ahmed on 30 March 2022, 05:55:54 UTC
fix: custom prop typing changed to partial
Tip revision: 6a2a84c
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top