jasongaare / react-native-walkthrough-tooltip

An inline wrapper for calling out React Native components via tooltip
MIT License
610 stars 182 forks source link

Add new prop "interactionManagerTimeout" #178

Open christophby opened 1 year ago

christophby commented 1 year ago

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.