James Gillmore
James Gillmore
enter/leave/etc callbacks aren't receiving the`element` or `done` callback` though: ```js hello Start animating Stop it! export default { data() { return { show: true, fadeInDuration: 1000, fadeOutDuration: 1000, maxFadeDuration: 1500,...
Wow that's awesome. Thanks so much. I've been putting together a sort of presentation that shows its capabilities. So I've been trying to find its limitations. So far, very very...
It looks like the native code is going to have be rewritten to support the new Fabric architecture. It seems the following code (for iOS) needs to be written using...
Need this too.
I haven't tested your component, just reviewed the code. I'm using RN 22. The image progress component works here, but I'm not sure about XImage. ...I plan to update my...
I can't for the life of me understand what they're doing with their prefetch feature: http://facebook.github.io/react-native/releases/0.25/docs/image.html#examples I mean they're showing their prefetched image `onLoadEnd` of the remote image they're trying...
Appium (a Native _in general_ testing tool) seems to be picking up steam in the React Native community, although it has some flaws--mainly that it's not React Native-specific and requires...
Unfortunately `history.listen` for the`addTransitionHook` has a major problem. It fails to meet this criterion: > **The transition hook function should be called immediately before a transition updates the page** The...