-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Cannot retrieve XMLHttpRequest #355
Comments
73k05
changed the title
Error TextEncoder doesn't exist hermes
Cannot retrieve XMLHttpRequest
Jan 31, 2024
This issue is linked to few things after having done some more researches
I'm closing because it is duplicated in a way... |
@73k05 Did you managed to fix it ? I have the same issue |
Hi @MarcHbb, sadly no, we have just used this solution
Regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for this lib ,that seems amazing!
I installed nsw on Expo React-Native project and I had this error:
Cannot retrieve XMLHttpRequest response body as XML: DOMParser is not defined. You are likely using an environment that is not browser or does not polyfill browser globals correctly.
I'm using Axios to send the request:
The Handler is like this
I followed the RN tutorial excepted the
index.js
part, I put it inApp.tsx
If anybody face this issue I'd be please to talk about itThank you
73k05
The text was updated successfully, but these errors were encountered: