mohebifar / react-native-copilot

Step-by-step walkthrough tooltip for your react native app
MIT License
2.18k stars 398 forks source link

Automatic movement of tooltips in scroll view #297

Open ArtsiomAstrouski opened 12 months ago

ArtsiomAstrouski commented 12 months ago

While working with this library, if the hints are not in the screen area, the scrolling does not automatically move to the next hint, but stays in place, I tried to use scrollViewRef.current?.scrollTo in stepChange, but scrolling occurs after the next step and knocks down the position.

bambangramadhan commented 11 months ago

Why you closed this @ArtsiomAstrouski? Can you tell me how to solve it, please?

yourjhay commented 6 months ago

Why is this closed ?

ArtsiomAstrouski commented 6 months ago

we abandoned this library in favor of a custom one

janroures commented 5 months ago

@ArtsiomAstrouski can you share?

vatsal1302 commented 2 weeks ago

@bambangramadhan for the scroll you have to pass the Scrollview reference into the start method like this start(false,your_scrollview_reference)

this will help you.