https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bc9f3eaa04597da666a7486a5d315192bff1afc8 authored by Viraj-10 on 23 March 2022, 11:03:08 UTC
fix: flex darkmode text color
Tip revision: bc9f3ea
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