react-navigation-shared-element icon indicating copy to clipboard operation
react-navigation-shared-element copied to clipboard

React Navigation bindings for react-native-shared-element 💫

Results 105 react-navigation-shared-element issues
Sort by recently updated
recently updated
newest added

I am looking to implement shared element transitions in our application. I want to navigate from a screen in one stack, to a screen in another stack. The stacks are...

tabs

Hello , I need your help . Any idea what is going on ? https://user-images.githubusercontent.com/25401990/139424646-fa5f6351-d57e-4d43-8470-4534359e50e6.mp4

Hi I'm working on a react-native app like instagram and I'm using this library to create a story circle view which, when tapped, shows a list of stories and then...

i have a screen that has sharedElements. on this screen it triggers the navigation.push, would I be able to disable the animation when a push is triggered? I can't validate...

Hi, i wonder, is there any way to implement a system like following, I dont want to hold entire data of an item in the List page becouse there is...

Hey all! :) When I transition from Screen 1 -> Screen 2, and then from Screen 2 -> Screen 1, the "image move" transition happens perfectly as it should. However,...

I am getting some weird behavior using `react-navigation-shared-element` with the new r`eact-native-reanimated` version 2. Almost 100% of the time, the element I am sharing throw the pages just "stucks" and...

I am trying to create a shared element transition but i am facing this issue. If the element (View) in the first screen has a borderRadius( e.g 10) and in...

First of all, thank you for this amazing library! I found an issue in iOS when using `SafeAreaView` (both from `react-native` and `react-native-safe-area-context`) with SharedElements. Without the SafeAreaView it works...

Hi, for some reason there is an animation of my shared element even though the DOM of the two screens housing the component are completely identical. Screen 2 is navigated...

web