Dan Maas
Dan Maas
@helfer do you happen to have a pull request or example code to implement your suggestion 1. above? I just found a bug when using `apollo-link-timeout` together with `apollo-link-retry`. After...
PR sent, and kudos to @drcallaway for writing this in the first place :). It's extremely helpful in dealing with bad mobile network conditions.
The root cause seems to be that `setNativeProps()` was removed from some Components in recent React Native versions, but React Native's Animated code still attempts to call it when a...