react-native-range-slider-expo icon indicating copy to clipboard operation
react-native-range-slider-expo copied to clipboard

Customizable range slider for react native apps

Results 5 react-native-range-slider-expo issues
Sort by recently updated
recently updated
newest added

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)