Travis Nuttall

Results 43 comments of Travis Nuttall

Oh dang that does sound like a problem, it sounds like this is a reason for keeping routes in the stack mounted rather than un-mounting them when a new route...

Sorry no ETA, I haven't had much time to work on this library recently. Keeping the stack of components in the stack mounted would be a big foundational change to...

Yes this is an issue. A fix could be to pass an isAnimating prop to the child components of the Route. I'd be open to any PRs implementing a fix!...

I think this is a good idea! My implementation of the header is still incomplete. I am working on it on the `header` branch and am getting closer to having...

Unfortunately I haven't had much time to work on this module 😞 I'm not sure if I will have time to get my header branch into a working state, but...

I'm open to PR's to update transitions. An even nicer feature would be the ability to pass in a custom animation config, but that would be a lot more work.

I am working on implementing that exact type of ios style transition in the `header` branch of this repository. So far I've been interpolating based on the animation values of...

After reviewing the code a bit more, my transitions are a bit more complicated that just going from 0 to `dimension`. Depending on the direction of the animation, I also...

@narychen I was a bit confused by this at first too, but it's actually a very common pattern for native android date/time pickers. They are almost always opened in pop-up...