https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 10e2fd5937a34cb1ac9f30d3b339627f901134c5 authored by MD-REHMAN on 15 July 2021, 12:16:27 UTC
fix: simplified API and support for internal prop
Tip revision: 10e2fd5
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top