UNPKG

@react-native-community/slider

Version:

React Native component used to select a single value from a range of values.

23 lines (17 loc) 383 B
{ "include": ["./src/**/*"], "compilerOptions": { "jsx": "react", /* Language and Environment */ "target": "ESNext", "lib": ["ESNext"], /* Modules */ "module": "esnext", /* Interop Constraints */ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "skipLibCheck": true } }