react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

Add new prop "interactionManagerTimeout"

Open christophby opened this issue 2 years ago • 0 comments
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.

christophby avatar Mar 24 '23 13:03 christophby