-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Navigator on React Native is undefined #3137
Comments
Something like this could be sufficient: https://stackoverflow.com/a/13644360/4202031 /label good first issue |
@n1ru4l thanks but I don't understand. I am saying that the lib is throwing this error. |
@gastonmorixe This is an issue in
The link I shared provides an example that could be used. Changing |
Not solved guys. Should be if (window &&
window.navigator &&
window.navigator.userAgent &&
window.navigator.userAgent.indexOf('Chrome') > -1)``` |
Right, React Native has |
The text was updated successfully, but these errors were encountered: