UNPKG

@react-native-community/slider

Version:

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

24 lines (18 loc) 428 B
{ "include": ["./src/**/*"], "compilerOptions": { "jsx": "react", /* Language and Environment */ "target": "ESNext", "lib": ["ESNext", "dom"], /* Modules */ "module": "NodeNext", "moduleResolution": "NodeNext", /* Interop Constraints */ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "skipLibCheck": true } }