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
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Hello. I am getting this error when launching a React Native application. Here is the screenshot:
The error here is because of userAgent being equal to "chrome", therefore the exec function on a regex returns null.
I'm running React Native v.0.64.0, React 17.0.1 on macOS Catalina 10.15.6. I also enabled Hermes on iOS.
What is the correct way to handle this issue?
I should say that dismissing this error in development allows to continue using the application, but I'm afraid I this issue can have hidden consequences.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. I am getting this error when launching a React Native application. Here is the screenshot:
The error here is because of userAgent being equal to "chrome", therefore the exec function on a regex returns null.
I'm running React Native v.0.64.0, React 17.0.1 on macOS Catalina 10.15.6. I also enabled Hermes on iOS.
What is the correct way to handle this issue?
I should say that dismissing this error in development allows to continue using the application, but I'm afraid I this issue can have hidden consequences.
The text was updated successfully, but these errors were encountered: