https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a701a6741bd7279110bda0d02a4d4b1e24f16515 authored by ankit-tailor on 17 March 2022, 14:38:05 UTC
fix: popover design changes
Tip revision: a701a67
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
  },
  "extends": "expo/tsconfig.base"
}
back to top