https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f58dc115a6dd213fca2dda20e3ac3cd5f5539a53 authored by Rohit Singh on 12 April 2021, 10:22:57 UTC
Merge branch 'v3-pre-beta' of https://github.com/GeekyAnts/NativeBase into fix/v3-button-group
Tip revision: f58dc11
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top