https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e4d5832ff553fc41104295e0e7639a184e1c9988 authored by MD-REHMAN on 06 December 2021, 13:28:36 UTC
fix: switch toggling issue with value
Tip revision: e4d5832
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