https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b7f78713843e02f54cf689a24fbfcf5cdfd8f046 authored by MD-REHMAN on 23 March 2021, 13:11:17 UTC
fix: updated activeOpacity to provide better feedback
Tip revision: b7f7871
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