https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a51a5a3c642c42b349c294c7a54747c5a2cc3b04 authored by MD-REHMAN on 24 March 2021, 14:36:52 UTC
fix: added theme file for image
Tip revision: a51a5a3
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
  }
}
back to top