I am getting this issue in released apk copied from play console Can you please help me to resolve this issue?
Description
Exception java.util.ConcurrentModificationException: at java.util.ArrayList$Itr.next (ArrayList.java:860) at com.facebook.react.uimanager.UIManagerModule.onBatchComplete (UIManagerModule.java:804) at com.facebook.react.uimanager.ReanimatedUIManager.onBatchComplete (ReanimatedUIManager.java:46) at com.facebook.react.bridge.NativeModuleRegistry.onBatchComplete (NativeModuleRegistry.java:145) at com.facebook.react.bridge.CatalystInstanceImpl$BridgeCallback.onBatchComplete (CatalystInstanceImpl.java:174) at com.facebook.react.bridge.queue.NativeRunnable.run 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:237) at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run (MessageQueueThreadImpl.java:226) at java.lang.Thread.run (Thread.java:923)
Version
0.66.0
Output of npx react-native info
System: OS: macOS 11.4 CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz Memory: 80.95 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.6 - /usr/local/bin/node Yarn: 1.22.11 - /usr/local/bin/yarn npm: 6.14.15 - /usr/local/bin/npm Watchman: 2021.10.04.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3 Android SDK: Android NDK: 22.1.7171670 IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7678000 Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild Languages: Java: 16.0.2 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 17.0.2 => 17.0.2 react-native: 0.66.0 => 0.66.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
I don't know where the problem occurring.
Snack, code example, screenshot, or link to a repository
No screenshot
It happened on react-native 0.69.3 too. When trigger next and previous button to render a complex children view rapidly.
| :warning: | Missing Reproducible Example |
|---|---|
| :information_source: | It looks like your issue is missing a reproducible example. Please provide a Snack or a repository that demonstrates the issue you are reporting in a minimal, complete, and reproducible manner. |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
Also occurring for me on RN 0.69.7. Unable to find a repro. Will be upgrading soon so hopefully that fixes it. Stacktrace Identical to the one posted above.
Matches all these previous issues below, but nobody has ever been able to provide a min reproduction. Hopefully this is fixed in .70 but will update here if not.
https://github.com/facebook/react-native/issues/29759 https://github.com/facebook/react-native/issues/27377 https://github.com/facebook/react-native/issues/24453 https://github.com/facebook/react-native/issues/23370
@nhatnguyen95
When trigger next and previous button to render a complex children view rapidly.
Do you have any more information about this that might help us build a min reproduction?
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.