Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Crash with Tearing down gesture handler.. #1363

Closed
huurray opened this issue Feb 15, 2021 · 2 comments
Closed

Android Crash with Tearing down gesture handler.. #1363

huurray opened this issue Feb 15, 2021 · 2 comments

Comments

@huurray
Copy link

huurray commented Feb 15, 2021

Description

i use android simulator and suddenly app crashed
so i read android native log with 'npx react-native log-android'

and i got this error

[GESTURE HANDLER] Tearing down gesture handler registered for root view com.facebook.react.ReactRootView{8864868 V.E...... ......ID 0,0-1440,2672}

i couldn't any other problem or clue without this error message.

how can i fix this??
(i only check android simulator not real device yet)

  • React: 16.13.1
  • React Native: 0.63.4
  • React Native Gesture Handler: 1.10.1
@jakub-gonet
Copy link
Member

Please attach stacktrace of the crash and, if possible, small repro for it.

We log some things when initializing and removing gesture handler so this message is normal.

Closing until more information is added.

@CHANDRAMOHANnegi
Copy link

CHANDRAMOHANnegi commented May 17, 2023

Failed to print error: Cannot read properties of undefined (reading 'apply')

2023-05-11 19:26:31.595 31512-31512 ReactNative com.my I [GESTURE HANDLER] Tearing down gesture handler registered for root view com.facebook.react.ReactRootView{2b3512c V.E...... ......ID 0,0-1440,2420 #1}

App unresponsive on updating to reanimated 3

react-native : "0.69.7"
"react-native-gesture-handler": "2.9.0" or "2.10.0"
"react-native-reanimated": "^3.1.0"

working fine with reanimated 2.x.x, but giving issue if we update reanimated to 3.x.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants