Closed Undeadlol1 closed 4 years ago
Have you tried to use line: console.disableYellowBox = true; Although it does not solve the issue completely, it does remove the warnings (at least it did to mine)
Disabling all warnings is not a great decision. It might come back and bite you in the future.
"Disabling all warnings is not a great decision. It might come back and bite you in the future."
They might come back ... how about this link https://stackoverflow.com/a/46678121 ?
They might come back ... how about this link https://stackoverflow.com/a/46678121 ?
This is pretty much what my PR does.
They might come back ... how about this link https://stackoverflow.com/a/46678121 ?
This is pretty much what my PR does.
Are you saying your PR did this? did it work? I am facing these yellow issues too . This stackoverflow didn't work for me - did it work for you or your PR?
Yes, PR removes the yellow box.
Hi @Undeadlol1 I understand why you've done this. Can you separate the specifics into a separate module/file (perhaps call it something like /src/lib/firebase-fix.js or something similar) so that it's separated and easily removed (if/when Firebase is fixed)?
In Android on Windows there a constant Firebase warning which usually results in "v8 is out of memory" error.
This workaround doesn't solve the issue completely but it removes the warnings and crashes occur much-much less frequently.
See the firebase issue for more info: https://github.com/firebase/firebase-js-sdk/issues/97