You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: