https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e2a2d7eb5f5d5064b694649f996435578dad98f0 authored by Suraj Ahmed on 14 July 2022, 05:31:11 UTC
fix: useHasResponsiveProps call removed
Tip revision: e2a2d7e
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