https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: acad5b265a6aabcaf636e5bef0bdd36c0adb1b28 authored by mayank-96 on 30 March 2022, 10:40:08 UTC
fix: alert close icon focus
Tip revision: acad5b2
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