react-native-tooltips
react-native-tooltips copied to clipboard
[Android bug] when changing screen/scrolling, tooltip remains fixed on screen
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
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 thanks! will add it there