https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 776c9cf672fd8f0b21034d3749ad962601da8ee3 authored by Nishan Bende on 24 September 2021, 06:29:43 UTC
fix: actionsheet overlay not working
Tip revision: 776c9cf
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