-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
ReactNoCrashSoftException: "Cannot find EventEmitter for receivedTouches"
warning in Android Native UI Component
#46501
Comments
@cortinico Is there any confirmation on this issue? |
Nope not yet. |
@cortinico Do you have any suspicions about the cause of this phenomenon? I'm curious why this error occurs. |
ReactNoCrashSoftException: "Cannot find EventEmitter for receivedTouches"
warning in Android Native UI Component
Hey @dekim1028 We make those warnings for debugging purposes. I have a couple of follow-ups for you:
|
Hey @cortinico I have the same problem on my app when integrating a native view. I don't have the new architecture enabled and the error appears as soon as I click the native view.
Isn't UIManagerType[2] related to fabric? Why is that used even when I don't have it enabled? Maybe the problem is with my native view, but I don't really get the reason for this warning. Are these warnings displayed only in Debug? Thanks for your help. Let me know how can I help you to understand more about this. |
Yes those are debug only messages |
Description
We are creating an Android Native UI Component consisting of ViewPager2 and RecyclerView.
When a touch occurs in RecyclerView, the following error occurs.
Steps to reproduce
React Native Version
0.75.3
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/dekim1028/error
Screenshots and Videos
1.mov
The text was updated successfully, but these errors were encountered: