-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
com.facebook.react.uimanager.IllegalViewOperationException #21388
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
sorry for that , I have update the Environment section. @react-native-bot |
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
@krmao do you fix it? how to do |
hi @s349856186 below is my code to fix this bug
the key is intercept start to ReactActivity by limit the time by CXValueUtil.isDoubleClicked(700) hi @react-native-bot I fixed this by another way :) |
Environment
Description
maybe the key problem
this bug I think may be open more than two ReactActivity by quick clicked button.
because ReactActivity use singleton ReactInstanceManager, and thread security is unsafe.
ReactInstanceManager.java
NativeViewHierarchyManager.java
The text was updated successfully, but these errors were encountered: