-
Notifications
You must be signed in to change notification settings - Fork 23
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
Not working in android emulator #6
Comments
Looks like it is a problem with react-native android. Opened an issue in react-native repo: facebook/react-native#14134 |
What about on Android devices (not simulator)? Also broken? |
@ryanhomer It is working fine on Android devices. |
not working on android device over adb. tried with chrome debugger on and off. |
@pstanton what version of React Native are you running, and what device are you using that reproduced this problem? |
Wow, the issue was created quite some time ago, but still not fixed! Any update? |
Still doesn't work on Android Simulator. +1 |
@terreb + @joeythelantern Appreciate the attentiveness. This is one of our "Help Wanted" tagged issues, and we'd be happy to review any pull requests you'd like to submit for this one. |
I just ran into this problem. I'm hoping this isn't broken on device, but can't confirm that behavior until tomorrow. |
As per my comment on another issue in this repo, this makes sense. The discrepancy between the Android and iOS implementations is probably the culprit. |
I created a minimum example for react-native-fetch-polyfill. I set a timeout of 5 seconds. The timeout worked in iOS simulator but not working in Android emulator. In Android emulator, fetch times out only after 60 seconds.
The text was updated successfully, but these errors were encountered: