https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b7332c3a86c9cafb144598ca508b39c0c73e80bf authored by Viraj-10 on 20 April 2022, 13:24:23 UTC
fix: removing placeholdertextcolor from unstyled input theme
Tip revision: b7332c3
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