DrChai / react-native-rheostat

inspired by Airbnb's rheostat, a powerful slider with assorted data visualized charts
MIT License
117 stars 18 forks source link

moving the left slider button moves svg with it on android #6

Closed devkhan11 closed 3 years ago

devkhan11 commented 4 years ago

when sliding the left button slides the svg with it like fixed position it's not working like the examples shown in docs and also the right slider button is hidden when app is loaded and is shown when interacted with the slider SmartSelectImage_2020-02-11-11-50-20 SmartSelectImage_2020-02-11-11-50-43

JongGyuChoi commented 4 years ago

same issue here.. somebody help me!

codingwaysarg commented 4 years ago

same here :(. Any news?

InfiniteDreamz commented 4 years ago

Facing the exact same issue.

InfiniteDreamz commented 4 years ago

@DrChai @DrChai @codingwaysarg @JongGyuChoi Hey guyz, have you resolved this issue ?

faboyds commented 4 years ago

same happening on iOS

krunalsperidian commented 3 years ago

Any one got a solution for this..?

krunalsperidian commented 3 years ago

I guess there is some issues with some versions of reactnative.animation.. After updating RN versions 0.61.5 to 0.63.2 , this left button issue solved for me

DrChai commented 3 years ago

@InfiniteDreamz @faboyds haven't been managing this repo for 2years. I recently got some spare time from my main work and tried to play with this repo on both android and ios with up to date dependencies: "d3-shape": "^2.1.0", "react-native-svg-charts": "^5.4.0", "react": "^16.13.1", "react-native": "0.63.3". They all work correctly for me. But i will make a complete update soon, right now code just too aged to me.

AE0011 commented 3 years ago

I fixed it https://github.com/DrChai/react-native-rheostat/pull/25

DrChai commented 3 years ago

@AE0011 merged. Thanks for the improvement of BarChart, although it's not related to this bug.