https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 0b82ea7b25364cbae8c8209f22e3b7e1d2ea78df authored by meenu on 14 September 2021, 12:46:38 UTC
fix: button examples fixed
Tip revision: 0b82ea7
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