kyle belle

Results 14 comments of kyle belle

> Hello, I installed the library as written in the readme file and linked it using `react-native link react-native-admob`. Also I followed [these](https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml) instructions to install mobile ads SDK. My...

> Same problem for me. Crash on android after upgrading to react-navigation v6 > > Fixed on @react-native-community/blur : 3.6.0 by doing : > > ``` > const [viewRef, setViewRef]...

> Same here, still crash after downgrade Gonna have to downgrade to react navigation v5 if you wanna use this. This is a shame for a community project

> any solution to this If you can, use react navigation v5

A work around for this is to run the jsdom related code in a forked child_process and send back the relevant results when done. then kill the child_process.

I tried something like that but it didn't work, I was actually waiting 500ms and manually calling gc(). The site I'm downloading has js which I execute so your example...

@TimothyGu I am only creating one Dom at a time inside a for loop, (I await a promise which is resolved when I'm done with the current Dom) I then...

> oh yes I am experiencing the same issue now :P. Have you got any solutions for this problem? Nah. Honestly if you really want it you may have to...

> > > oh yes I am experiencing the same issue now :P. Have you got any solutions for this problem? > > > > Nah. Honestly if you really...

Never would have guessed that being in a modal is what causes the crash especially since that is the first and only place i tried to render the CardField component.