backpackapp-io / react-native-toast

A library used to show toasts in a React-Native app with features such as multiple toasts, promise-based callbacks, and swipe to dismiss
MIT License
204 stars 19 forks source link

findNodeHandle is deprecated in StrictMode #27

Open Framsynt opened 2 months ago

Framsynt commented 2 months ago

I am getting findNodeHandle is deprecated in StrictMode warning. It is coming from AnimatedComponent in react-native-reanimated.

Afaik, it can be solved by adding nodeRef to AnimatedPressable.

nickdebaise commented 2 weeks ago

Can you provide a reproducible example? I'm not seeing this in strict mode.