Open vijayst opened 7 years ago
Looks like it is a problem with react-native android. Opened an issue in react-native repo: https://github.com/facebook/react-native/issues/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
Wow, the issue was created quite some time ago, but still not fixed! Any update?
@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.