You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Although there are no crashes, the following is logged on every finger movement (causing a lot of logcat spam)
com.facebook.react.bridge.ReactNoCrashSoftException: Cannot find EventEmitter for receivedTouches: ReactTag[2131362204] UIManagerType[2] EventName[topTouchMove]
I'm not sure if react-native-gesture-handler or screens have anything to do with it as they interfere with touch events as well.
"react-native": "0.66.3",
"react-native-gesture-handler": "2.1.0",
"react-native-screens": "3.10.1",
The text was updated successfully, but these errors were encountered: