https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 0407503202c13fb2550dc6e8833d1f811372bc96 authored by ankit-tailor on 26 August 2022, 12:00:16 UTC
fix: actionsheet only on android and ios
Tip revision: 0407503
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top