Mac Beagan

Results 4 comments of Mac Beagan

Try setting the useNativeDriver to false for the animations and see if it changes anything. Like this: ``` animationConfig={{ duration: 70, useNativeDriver: false, }} ```

Using [Patch Package](https://www.npmjs.com/package/patch-package) I was able to get it working. In Popover.js line 850 in the dist folder you need to change: ` callback: function () { return setTimeout(_this.props.onCloseComplete); },`...

Definately seeing this issue as soon as I updated to node 18.x - can use the on 'close' handler but neither the 'end' or 'finish' handlers are being called. @anzerr...