-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Android] ConcurrentModificationException #40
Comments
same here java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.next(ArrayList.java:860)
at com.facebook.react.uimanager.UIManagerModule.onBatchComplete(UIManagerModule.java:799)
at com.facebook.react.bridge.NativeModuleRegistry.onBatchComplete(NativeModuleRegistry.java:119)
at com.facebook.react.bridge.CatalystInstanceImpl$BridgeCallback.onBatchComplete(CatalystInstanceImpl.java:172)
at com.facebook.react.bridge.queue.NativeRunnable.run(NativeRunnable.java)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
at android.os.Looper.loop(Looper.java:236)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:226)
at java.lang.Thread.run(Thread.java:923) |
Same issue here, however we are seeing ReanimatedUIManager.java in the stack trace |
any updates on this issue? |
Looking into the code, it seems part of the problem is that in This function is called by in flat-list-mvcp/android/src/main/java/com/mvcpscrollviewmanager/MvcpScrollViewManagerModule.java Line 160 in b9abef4
Funny enough, I don't see any other dependency in our project that uses this function, so not sure if this is a problem with this project, or with React Native handling of these listeners. Hope this helps to find out the issue! |
This issue still happens with the 0.10.2 release.
"react-native": "0.63.4",
"@stream-io/flat-list-mvcp": "^0.10.2",
The text was updated successfully, but these errors were encountered: