You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: