When will release 2.2.3 be available ?
Hi 😁 Thanks for this nice customable library !
I can see that some nice extra features have been added on the master branch since the last release v.2.2.2. Such as testID, minMarkerOverlapStepDistance or markerSize props.
I am currently using your master version for my app. Is there any reason why these last updates have not been released yet ?
No there is no real reason, was waiting for user feedback before pushing it live! :)
Hello! @ptomasroos can you publish latest versions on npm?
Bump!
Thanks for bump! Will send out a release
Hi, any plans for release? Need markerSize for a project and don't have access to that or testID etc as of latest (2.2.2). Thanks for your work!
Waiting this v2.2.3 version you can set your package.json to link directly github repo.
"dependencies": {
...
"@ptomasroos/react-native-multi-slider": "https://github.com/ptomasroos/react-native-multi-slider",
...
}
I tested the latest version by directly targeting the current master as @anthlasserre has suggested. There seems to be a bug on Android marker not registering click events if it's located anywhere else rather than the middle (I used -5 to 5 range, with initial value of 0 on a single-marker vertical slider). Marker can be dragged if it stays in the middle. Touchable area seems to get stuck in the middle and doesn't move with the marker.
@ptomasroos FYI, also definitely +1 to the 2.2.3 release. We're eagerly awaiting the testID addition.
Update (27/05/21): We now forked this repo to be able to pass-in a prop to control wrapper style, as well as testID addition. I realised adding a testID to the wrapper view here is the cause of the above behaviour.
@anthlasserre @agunay where is this 2.2.3 release you are talking about? Master is still at 2.2.2. I am having an issue with vertical mode. Touching and moving the marker is barely working on Android. About once in 25 times the marker moves. After some investigation I found out that disabling the rotation transform (-90deg) touch starts working again, but then the slider is rendered horizontally so it's not a solution.
never mind, I switched to react-native-elements slider component