Loch Wansbrough

Results 36 comments of Loch Wansbrough
trafficstars

FYI the prior clock service code was incomplete. Sometimes the library would not use the clock service when it should have. Be sure all instances where Date.now() is called are...

It's asynchronous to allow users to make a network call if necessary (which is the primary use case.) However, you could have a single async initialization method to get the...

The same argument could be made for adding a user to a group from the backend. Right now, the only way to add a user to a group is to...

https://github.com/facebook/react-native/issues/1780

I realize this issue is _very_ old however some people may find some use from this documentation: https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters As for actually documenting it... I don't really have the time to...

I think a recent version of React Native may have addressed the problem of receiving generic data from XHR requests. Is anyone still getting this warning with React Native 0.25?

The other option is to use Image.prefetch instead of XHR but that's kind of an abuse of ram. Though 1x1 images are _really_ small.

We're using this library in production in several apps without a problem. The only issue is the warning in dev mode. If anyone wants to try and sub the fetch...

Guys please stop +1ing this, GitHub has reactions now if you wish to indicate your interest/support. Beyond that, this issue is a problem with React Native itself. I'm tempted to...

https://github.com/facebook/react-native/issues/1780 No one has indicated what version of iOS they're running - looks like this should be fixed starting with iOS 8? If this is not the case then we...