https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 56f3425f2a4823414e7dc51ddd3ac6c71a7dfeae authored by ankitt on 03 January 2022, 09:49:39 UTC
fix: isDisabled disable radio in form control component
Tip revision: 56f3425
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