react-native-tooltips icon indicating copy to clipboard operation
react-native-tooltips copied to clipboard

[Android bug] when changing screen/scrolling, tooltip remains fixed on screen

Open oferRounds opened this issue 6 years ago • 2 comments

For example, when if presented on tab A, on a list on the 2nd row, when moved to Tab B, you still see it on the screen, but above tab B

oferRounds avatar Mar 07 '19 07:03 oferRounds

ViewTooltip, the android native module, looks for an instance of NestedScrollView for the tooltip to follow. You can verify it works by installing react-native-nested-scroll-view and by replacing your ScrollView with NestedScrollView. ~~I think the issue should be raised in https://github.com/florent37/ViewTooltip.~~

koox00 avatar Oct 18 '19 07:10 koox00

@koox00 thanks! will add it there

oferRounds avatar Oct 24 '19 07:10 oferRounds