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

It's my first time using this lib, so I don't know if it is a regression or if there's something wrong with my code . ## Description I'm trying to...

native

Hi all - I have a list of "Thing"s and sometimes they appear multiple times on the same screen. They have the same ID (they're the same "Thing" so naturally...

When using the SharedElement component inside a ``, the animation is offset by a couple pixel before readjusting after a short delay.

duplicate

when i navigate from screen to another using ``` this.props.navigation.push('Post', { item: this.state.related[0], }) ``` the animation work fine but if the screen is "_Post_ " i want to push...

Once I try to Navigate to my detail screen I get the following error. `Error React.Children only expected to receive a single React element child` Transition works well on IOS....

android

The title is quite explanatory: in fact, my problem is that the swipe (from top to bottom) used to close the open screen does not work if there is a...

question

First of all, amazing library! It is helping me a lot with my project. Regarding this I have the following error which I put a gif of the behavior and...

Hi I have TabStack and the SharedElementStack. I want to trigger the same navigation from two different screen from the tab stack. The first screen works great. However, as soon...

tabs

I nested my _SharedElementStackNavigator_ in a _BottomTabNavigator_. If I click on the corresponding Icon in the _BottomTabNavigator_ the _TabNavigator_ navigates to the _SharedElementStackNavigator_ (if it isn't already open), but the...

tabs

Hey there, amazing module! I'm having problems with getting this working with a combination of stacks and bottom tabs. I have my stack/tab structure set up like so: ```jsx const...

tabs