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

Hi there, Love this library! When you have a details screen that you navigate to and from, the library doesn't know how to animate "backwards" to a previous details screen...

In createSharedElementScene.tsx, changed function to use route.key instead of route.name when checking to see if the current route is active. Previously, all screens that had the same name in the...

Hello, I would like to implement this with https://github.com/react-native-tvos/react-native-tvos. Im getting this error, but not sure if its from being a TVOS project or something else. ![Screenshot 2021-11-02 at 17...

Currently using latest versions of all packages and when loading the App, Expo crashes/closes the app with no warnings or errors. I've narrowed this down to the createSharedElementStackNavigator function. When...

https://github.com/IjzerenHein/react-navigation-shared-element/blob/4713cd80d4d093b1a9d6dd1232984faebf515951/src/native-stack/createSharedElementNativeStackNavigator.tsx#L173 On iOS, we may want to wrap this with `FullOverlayView` from React Native Screens. That way, it will display on top of modals.

``` "@react-navigation/bottom-tabs": "5.11.2", "@react-navigation/native": "~5.8.10", "@react-navigation/stack": "~5.12.8", "expo": "~40.0.0", "react-native-gesture-handler": "~1.8.0", "react-native-reanimated": "^2.0.0", "react-native-screens": "~2.15.0", "react-native-shared-element": "^0.7.0", "react-navigation-shared-element": "^3.0.0" ``` Hey! 👋 I have a problem while trying to navigate...

tabs

## bug - The shared element only works the first time after the app opens. - When going back from the detail screen, it's also not animated. ## Expected behavior...

I'm getting this error when I run tests ` Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined....

I have a card which translates on opening screen, and shine effect (view), which slides from bottom to top over card during the opening animation, and from top to bottom...

Hi, I have a question about navigating to a SharedElement which wraps a ImageBackground. I found [this issue](https://github.com/IjzerenHein/react-navigation-shared-element/issues/69) which deals with SharedElements containing children, but I have a slightly different...