Skip to content

Instantly share code, notes, and snippets.

View uwemneku's full-sized avatar

Uwem Israel uwemneku

  • Nigeria
View GitHub Profile
@nandorojo
nandorojo / React Navigation Shared Element Transitions.md
Last active August 10, 2024 14:23
Shared Element Transitions with React Navigation and Expo (2019)

Shared Element Transitions with React Navigation and Expo (2019)

It's 2019, and creating smooth shared element transitions in react native (& expo!) is finally easy.

Ideally, as Pablo Stanley suggests, your app's navigation will use these shared transitions for similar components that appear across screens.

Is it possible to achieve the great experience above using react-native/expo? Now it is.