react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

Android: finger movements raises `Cannot find EventEmitter for receivedTouches`

Open cristianoccazinsp opened this issue 3 years ago • 0 comments

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

cristianoccazinsp avatar Jan 06 '22 19:01 cristianoccazinsp