https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 98c17798b39792d428d8c0ec723888d266bf118d authored by ankit-tailor on 04 October 2022, 12:28:02 UTC
fix: hardware backpress conflict
Tip revision: 98c1779
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