react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Add new prop "interactionManagerTimeout"
trafficstars
Problem
In some rare cases InteractionManager.runAfterInteractions (used in in tooltip.js) is not being executed after some navigation steps.
Here is an issue which described in in a similar way
Solution
The new optional prop interactionManagerTimeout accepts a number (milliseconds) after which doMeasurement() is being called if runAfterInteractions has not been triggered.