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

Shared element transitions #11

Open
brentvatne opened this issue Mar 10, 2016 · 1 comment
Open

Shared element transitions #11

brentvatne opened this issue Mar 10, 2016 · 1 comment

Comments

@brentvatne
Copy link
Owner

Currently React doesn't support reusing a native view in different parts of the component hierarchy, which makes it difficult to implement shared element transitions in pure JS.

@grahammendick
Copy link

I’ve implemented Shared Elements in React Native on Android. My solution is in keeping with the React Native philosophy where you write your code in React but the underlying implementation uses the native makeSceneTransitionAnimation API. I’ve written a Zoom example so you can see it in action.

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

2 participants