Eduardo Augusto Ramos
Eduardo Augusto Ramos
Received also similar crash ``` TypeError null is not an object (evaluating 'o.scrollView.scrollTo') ```
I have the same crash here: ``` java.lang.RuntimeException: Unable to destroy activity {xxxx/xxxx.MainActivity}: java.lang.IllegalArgumentException: Receiver not registered: com.zxcpoiu.incallmanager.a.a$b@273d1cf at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4335) at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4353) at android.app.ActivityThread.-wrap6(ActivityThread.java:-1) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1607) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154)...
I agree with @tom1mat with adding the `console.log()`, but don't agree with option D as correct.
Any plans to merge this PR? It's a really good work for improve the quality of video calls
@slycoder I can, i'll really appreciate to contribute here
To work properly you should use `ScrollView` from `react-native-gesture-handler`: ```typescript import { ScrollView } from 'react-native-gesture-handler'; ```
That's right 😄
Same for me: Device: `SM-A525M - samsung Galaxy A52` Android: `Android 13` React Native: `0.72.5` react-native-reanimated: `^3.5.4` react-native-screens: `3.25.0` ```txt java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.next(ArrayList.java:860) at com.swmansion.rnscreens.p.B(ScreenStack.kt:20) at com.swmansion.rnscreens.p.dispatchDraw(ScreenStack.kt:61) at android.view.View.updateDisplayListIfDirty(View.java:23253)...
Same problem here in my react-native project