https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: fb6b320f4d3a0ebc01f01c211ebb4f12cc885a7b authored by Nishan Bende on 09 June 2021, 08:32:16 UTC
feat: theme in pressable and focus visible
Tip revision: fb6b320
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
  }
  // "exclude": ["storybook"]
}
back to top