react-native-slider
react-native-slider copied to clipboard
React Native component exposing Slider from iOS and SeekBar from Android
## Environment info Fetching system and libraries information... System: OS: Windows 10 10.0.19044 CPU: (16) x64 Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz Memory: 19.72 GB / 31.78 GB Binaries: Node:...
## Environment * react-native info output: ``` info Fetching system and libraries information... System: OS: Linux 6.5 Ubuntu 23.10 23.10 (Mantic Minotaur) CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1260P...
## Environment Android has issue. iOS it works. * react-native info output: ``` // react-native info "dependencies": { "@react-native-community/slider": "^4.4.2", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "babel": "^6.23.0", "base64-js": "^1.5.1", "buffer": "^6.0.3",...
## Environment Standard React Native, Android OS * react-native info output: ``` System: OS: MacOS Sonoma 14.1.2 CPU: M2 RAM: 16GB Node: 14.16.0 React: 17.0.2 React Native: 0.68.2 Device: Physical...
## Environment * react-native info output: ``` // react-native info ``` * are you using the new architecture? I'm guessing no. * which version of react & react-native are you...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@react-native-community/[email protected]` for the project I'm working on. Here is the diff that solved...
Summary: --------- This PR adds the functionality to display secondaryProgress on the android seek bar. Test Plan: ---------- Added test cases to validate secondary progress.
## Environment ``` System: OS: macOS 12.6 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 680.34 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.17.0 -...
## Environment Both Expo and standard react-native * react-native info output: ``` System: OS: Windows 10 10.0.22621 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-1280P Memory: 1.01 GB / 15.71...
To make the new props described well and easy to be found, *docs* should be deployed to GH Pages (instead of packing everything in README). This issue is to create...