Todd Berman

Results 20 comments of Todd Berman

I am building a client side app that hits a graphql+relay backend, so writing a lot of code to generate queries. Having something that can parse graphql and understand/modify the...

It would be. I'd be happy to hack on that as well once the license would allow. Are you thinking of splitting it out?

@stepanhruda any update?

If you go into the DetailsScreen.js inside https://github.com/IjzerenHein/react-navigation-shared-element-rn60demo and add `resize: "clip"` to the text animation, you can see that it doesn't do what I would expect there.

https://cl.ly/3e7ec8c5182b is a screen recording that shows the issue. It is scaling the text, but I have changed it to add `resize: "clip"` to the text animation.

Ah, so that is definitely what is going on. I changed the animation to `move` in order to trigger it. That restriction isn't obvious and is kind of unexpected. Why...

So this transition is just moving text that is exactly the same size (but not in the same sized view), so both a fade or a move work fine (there...

Long term, do you think this is a bug in the iOS implementation or expected behavior you'd like to document? (Going to clean up this issue so its useful for...

Definitely happy to help sketch out an idea before working on it! One thing before starting though, with unions and interfaces w/o inline fragment support you can't pull fields out...

@shivamsk I am happy to work on a PR once we get to some kind of general agreement on how it should work API-wise!