Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use React Navigation During Transition #3

Open
masterbater opened this issue Mar 27, 2018 · 11 comments
Open

Use React Navigation During Transition #3

masterbater opened this issue Mar 27, 2018 · 11 comments

Comments

@masterbater
Copy link

Is it possible if you could do this with react navigation?

@xotahal
Copy link
Owner

xotahal commented Mar 28, 2018

I will probably write about it in a couple of days in this publication - https://medium.com/how-i-built-profitable-application-faster-than

Follow that ;)

@kylegillen
Copy link

@xotahal now following. Very much looking forward to the article 👍

@odesey
Copy link

odesey commented Mar 29, 2018

What about wix react native navigation, will this work with that as well?

@obetomuniz
Copy link

Any update?

@ducpt2
Copy link

ducpt2 commented May 15, 2018

Any update? Can you create a sample project?
Thanks.

@kylegillen
Copy link

Doesn't look like we're going to get this write-up.
There's a great alternative specifically with React Navigation integration: https://github.com/fram-x/FluidTransitions
I have nothing to do with it, I just needed an alternative & it works well.

@nandorojo
Copy link

Following up here again. Does this library work with react navigation, or should we just stick to FluidTransitions?

@xotahal
Copy link
Owner

xotahal commented Jan 16, 2019

Haven't seen a react navigation for a while but in theory, if you are able to turn off the "default animation" of React Navigation (which is usually a slide from the right/bottom) there is no problem with using it with the react navigation.

@nandorojo
Copy link

Got it, thanks! In that case – is there a way to get the shared transitions in nested components?

For instance, if these are two screens in a navigator:

Screen 1 -> nested component -> shared component
Screen 2 -> nested component -> shared component

Is there a way to get them to transition to each other? I couldn't get it to work when I tried it out. Perhaps it needs a higher order component the way redux's connect works?

Thanks again!!

@xotahal
Copy link
Owner

xotahal commented Jan 21, 2019

As long as the Shared Element is rendered on the screen there is no problem to clone it and move it to the destination.

@ashokkumar88
Copy link

anyone have used this library with wix react native navigation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants