https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 6fb605978dd97893029c7af2989a01762148ecd7 authored by Rohit Singh on 23 March 2021, 13:43:37 UTC
Merge branch 'v3-pre-beta' of https://github.com/GeekyAnts/NativeBase into fix/layout-component-examples
Tip revision: 6fb6059
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top