react-native-range-slider-expo
react-native-range-slider-expo copied to clipboard
Customizable range slider for react native apps
Hi, Tried the exact example code in a new Expo project created using npx create-expo-app. The Sliders display fine but do not respond to any touch/gestures (running on iPhone 12)...
When I used RangeSlider in my project, I have encountered with such an error: ```bash Property 'min' does not exist on type 'IntrinsicAttributes' ``` To resolve it, I found out...
Edit: I realized after later analysis that the problem is that this package doesn't support a translucent color for the `outOfRangeBarColor` prop, because it layers the extremities of the out-of-range...
running into peer dependency conflicts because the version is pinned to only allow to `1.6.1` < `2.0.0` however the `devDependencies` show its using `2.3.1`
I still face the same issue mentioned on [this link](https://github.com/avishain/react-native-range-slider-expo/issues/24)