https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2999e9d272835c696d4de8b2a3a13afcbdf3029e authored by Nishan Bende on 05 July 2021, 18:00:31 UTC
fix: actionsheet swipe in scrollview
Tip revision: 2999e9d
tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "native-base": ["../src/index"]
    },
    "allowSyntheticDefaultImports": true,
    "jsx": "react-native",
    "lib": ["dom", "esnext"],
    "moduleResolution": "node",
    "noEmit": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "strict": true
  }
  // "exclude": ["storybook"]
}
back to top