-
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
Fatal Exception: parameter must be a descendant of this view - ReactScrollView.java line 218 #32649
Comments
We are also experiencing this same issue. Have you made any more headway when investigating it? We are currently investigating whether it might be related to UI issues where some of our components are rendered off the screen in a scrollable view. Or whether it could be due to some improper handling of the device safe area boundaries.
|
@julianD77 I don't know how to reproduce it. The major concern is that I didn't made changes on my app and I didn't have anyone of these crashes before November 15th, but since nov 15 I've a lot of them |
Hmm that's very interesting - our graph is very similar. Do you use Google Ads? We do and Im wondering if that could be related to this due to it being something potentially outside of our control that could have resulted in changed behaviour/appearance. We also haven't yet identified a change in our code or dependencies that could have triggered this. |
Mmm yes, I'm using Google Ads too and your chart is sooo similar |
What version of the Ads dependencies are you using? These are the relevant versions we have:
We are checking now if disabling Ads through Ad Manager does help affect this crash. Hopefully we will know within a couple of hours. Will also:
Have you had any further insights/plans to address this/thoughts on where else we might get more information to help with this issue? |
My dependencies are little older than yours:
I can't upgrade to latest version of RN since I'm using expo, and the latest version supported is 0.64. So, I didn't do anything for now, I don't know what can I do :/ |
Id definitely suggest trying a release with updated |
Same issue here. Cannot update Admob for now as I'm waiting for react native firebase to support the new version of Admob. |
Hey @julianD77 , we are facing the same issue in our production app. Was updating Google Ads effective? |
Curiosly, despite using RN in our app, the stacktraces have no mention to React Native classes and the logs are indicating the problem occurs in a fully native feature. The ocurrencies also started on November 15th and also seems to be unrelated to any of our releases. We have Google Ads in our app. |
We are still trying to verify this and aiming to get a new release out with just an update to use v20.5.0 the Ads SDK today. Will update as soon as I can. @mqueiroz1995 See |
Reported on the Google Ads SDK forum here: https://groups.google.com/g/google-admob-ads-sdk/c/EsLEaoRjyNM |
Same problem here even using the last version of Google Ads. |
Same things here since the 15 nov |
Hi @julianD77, Do you experimented improvements after upgrade Google Ads sdk to the latest version? Thanks |
Unfortunately it appears that updating the Google Ads SDK to 20.5.0 has not made much of a difference to this crash - the number of these daily crashes is staying roughly the same after the SDK update. The only time the frequency of this crash dropped was when we paused Ads from being served to the Apps. Since we cannot keep Ads disabled to prevent this crash our next option is to update to a later React Native version to see if this issue is then resolved. Can others comment on the version of React-Native and Ads SDK that you are currently using when users are experiencing this crash please? Our app is using
|
Thanks for your updates @julianD77! What library you are using to implement google ads in your react native app?, I'm using I'm using:
Someone with react native > 0.64 there? |
We are using Also:
|
@mqueiroz1995 What are you using to implement in react native?, are you using |
I can confirm this problem happen because sometimes the Ad displayed is a WebView under the hood, and WebView itself will trigger a focus request. If you are using the last version of https://github.com/react-native-admob/admob here's a small patch fixing this bug :
|
Thanks for this @manuhook - have you confirmed that this does reduce the crash for users of your App? We are going to try and release an update with this workaround today |
Thank you so much @manuhook! File:
|
Yes @julianD77, no more crashes related to this error after applying the patch. |
Thanks so much @manuhook and @RodolfoGS - using the patch described above has prevented this crash for us in our latest release. There is an update too in the Google Ads SDK forum that might be useful to anyone who isn't easily able to update or patch their Ads SDK native Android code. It seems disabling the specific
|
* Block descendant focus requests See discussion facebook/react-native#32649 (comment)
### [4.0.2](v4.0.1...v4.0.2) (2022-01-24) ### Bug Fixes * Block descendant focus requests ([e39a5fd](e39a5fd)), closes [/github.com/facebook/react-native/issues/32649#issuecomment-990968256](https://github.com/invertase//github.com/facebook/react-native/issues/32649/issues/issuecomment-990968256) * typo in native event type ([3cfc1ff](3cfc1ff))
* Block descendant focus requests See discussion facebook/react-native#32649 (comment)
### [4.0.2](v4.0.1...v4.0.2) (2022-01-24) ### Bug Fixes * Block descendant focus requests ([e39a5fd](e39a5fd)), closes [/github.com/facebook/react-native/issues/32649#issuecomment-990968256](https://github.com/invertase//github.com/facebook/react-native/issues/32649/issues/issuecomment-990968256) * typo in native event type ([3cfc1ff](3cfc1ff))
## [4.0.0](v3.4.0...v4.0.0) (2022-02-07) ### ⚠ BREAKING CHANGES * typescript rewrite (#41) ### Features * app open ads ([6be7d02](6be7d02)) * typescript rewrite ([#41](#41)) ([4114e4b](4114e4b)) ### Bug Fixes * **android:** no banner ads loaded in the first render ([3154579](3154579)) * Block descendant focus requests ([835bdec](835bdec)), closes [/github.com/facebook/react-native/issues/32649#issuecomment-990968256](https://github.com/invertase//github.com/facebook/react-native/issues/32649/issues/issuecomment-990968256) * point to the right native module ([df30e7b](df30e7b)) * **release:** allow semantic-release on beta branch ([106ce63](106ce63)) * typo in native event type ([fcb911a](fcb911a))
## [4.0.0](v3.4.0...v4.0.0) (2022-02-07) ### ⚠ BREAKING CHANGES * typescript rewrite (#41) ### Features * app open ads ([6be7d02](6be7d02)) * typescript rewrite ([#41](#41)) ([4114e4b](4114e4b)) ### Bug Fixes * **android:** no banner ads loaded in the first render ([3154579](3154579)) * Block descendant focus requests ([835bdec](835bdec)), closes [/github.com/facebook/react-native/issues/32649#issuecomment-990968256](https://github.com/invertase//github.com/facebook/react-native/issues/32649/issues/issuecomment-990968256) * **CHANGELOG:** remove duplicate changelog chunk ([d5e59e3](d5e59e3)) * point to the right native module ([df30e7b](df30e7b)) * **release:** allow semantic-release on beta branch ([106ce63](106ce63)) * typo in native event type ([fcb911a](fcb911a))
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
I'm having a lot of crashes on Crashlytics related to
ReactScrollView.java line 218
on Android.The crashes appears first time on Nov 15, but I didn't changes on my app.
Happen on Android: 8, 9, 10, 11 and 12. Samsung, Motorola, Google, LGE, OnePlus, etc.
Version
0.63.4
Output of
react-native info
Steps to reproduce
I don't know, I'm seeing them on Crashlytics.
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: