react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
The closeOnContentInteraction prop doesn't work properly
Tried to implement a Tooltip with a ScrollView inside the tooltip and use this prop to enable content interactions, but even passing false to this, when try to scroll the content touchable seems to propagate a touch event to the parent closing the tooltip
Could you fix it?
No, for now i romoved the ScrollView from content and changed the content to something smaller :/
@misfits91 A workaround solution https://stackoverflow.com/a/49918614
@YagoSFL Thank you for this, works like a charm!
@YagoSFL, for clarification, is the scrollview in the child of the tooltip or in the content of the tooltip?