Undefined is not defined

Results 11 comments of Undefined is not defined

> Humm interesting. I'll try that. You can also try https://github.com/MAKARD/react-native-toastboard. Pretty similar to this package, and you can also fully control the layout

Found a similar report on Apple forum https://developer.apple.com/forums/thread/739234?login=true&page=1#772141022

Thanks @DmitriyKirakosyan for the feedback, I've provided a fix for the comment

still the issue for react-native-webview 13.6.2 on react-native 0.72.6

still the issue for react-native-webview 13.8.1 on react-native 0.73.5 I have a feeling the issue occurs because of some other 3rd party @thep-dr @LukasBombach @chhornponleu Are you guys still seeing...

@LukasBombach, the only thing we have that is similar to your configuration is content-square integration, especially this part of integration https://docs.contentsquare.com/en/react-native/track-webviews/ So maybe that could be the cause, can't imagine...

this patch helped us to mitigate the crash ``` diff --git a/node_modules/react-native-inappbrowser-reborn/android/src/main/java/com/proyecto26/inappbrowser/ChromeTabsManagerActivity.java b/node_modules/react-native-inappbrowser-reborn/android/src/main/java/com/proyecto26/inappbrowser/ChromeTabsManagerActivity.java index 78bb33a..7bf95f1 100644 --- a/node_modules/react-native-inappbrowser-reborn/android/src/main/java/com/proyecto26/inappbrowser/ChromeTabsManagerActivity.java +++ b/node_modules/react-native-inappbrowser-reborn/android/src/main/java/com/proyecto26/inappbrowser/ChromeTabsManagerActivity.java @@ -58,7 +58,10 @@ public class ChromeTabsManagerActivity extends Activity {...