You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The react-native environment is neither node nor a browser, more like a raw vm context. I just wanted to bring it to the maintainers that this is an issue. facebook/react-native#335.
More specifically this line here. It appears that MutationObserver is available, but as I stated, the environment isn't a browser, and document.createElement throws an error.
The text was updated successfully, but these errors were encountered:
The react-native environment is neither
node
nor a browser, more like a raw vm context. I just wanted to bring it to the maintainers that this is an issue. facebook/react-native#335.More specifically this line here. It appears that
MutationObserver
is available, but as I stated, the environment isn't a browser, anddocument.createElement
throws an error.The text was updated successfully, but these errors were encountered: