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",
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",