react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Gesture with no callbacks set causes a redbox when Reanimated isn't installed

Open j-piasecki opened this issue 1 year ago • 0 comments

Description

When there are no callbacks, RNGH doesn't detect that the callbacks aren't worklets (there aren't any) so it tries to send events to the UI runtime. This causes a redbox when Reanimated isn't installed.

Steps to reproduce

Gesture.Native()

Snack or a link to a repository

https://github.com/software-mansion/react-native-gesture-handler

Gesture Handler version

2.21.2

React Native version

0.76.0

Platforms

Android, iOS, MacOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

j-piasecki avatar Nov 21 '24 13:11 j-piasecki