react-navigation-shared-element
react-navigation-shared-element copied to clipboard
React Navigation bindings for react-native-shared-element 💫
Hello, First of all thanks for this nice lib 👍 I'm using it with the following versions: ```json "@react-navigation/native": "^5.3.2", "@react-navigation/stack": "^5.3.5", "react-navigation-shared-element": "^5.0.0-alpha1", "react-native-shared-element": "^0.7.0", ``` It's working well,...
 ```js import React from 'react' import { createSharedElementStackNavigator } from 'react-navigation-shared-element' import { TransitionPresets } from '@react-navigation/stack' import { Home as HomeScreen } from '../screens/Home' import...
"react-navigation-shared-element": "^5.0.0-alpha0" "react-native-shared-element": "^0.7.0" "@react-navigation/bottom-tabs": "^5.8.0", "@react-navigation/drawer": "^5.9.0", "@react-navigation/native": "^5.7.3", "@react-navigation/stack": "^5.9.0", **Warning: Can't perform a React state update on an unmounted component.** going to the details screen works great...
**I searched on the issues but didnt find something realted to my issue.** I have this structre with React Navigation 5 Screen 1: Does not have any shared element registered...
There are a number of open issues with only a few comments. Is this library still maintained? There was a comment https://github.com/react-navigation/react-navigation/issues/8981#issuecomment-779864975 on the v6 react-navigation discussing the possibility of...
When go back from a details screen the image wrapped inside SharedElement got stuck in the screen, here's a video: https://user-images.githubusercontent.com/43631579/108575576-58069800-72e0-11eb-97f7-ffe6e9005160.mov And this is my code of ScrollView: ```jsx {meals.map(meal...
When you have TextInput on the same screen and type into it, the position of the image will be displaced after the keyboard closes. [Video](https://i.imgur.com/Hj9WRCF.mp4) Sample code: ``` onMenuPress()}> Menu...
https://user-images.githubusercontent.com/292204/106319695-1bf88e00-6272-11eb-80d1-076bb82b1ae9.mov See attached screen recording in a simulator. I could not figure out how to debug, and why this would happen. This is my code for `react-native-image-zoom-viewer`. ``` } saveToLocalByLongPress={false}...
I tried the react-navigation-shared-element with React Navigation v5, and while the element (an image in this case) is shared between the screens the transition from a flatlist view to the...
Hello, I have a problem where the shared element is determined correctly, so the ids are correct but the animation has a huge offset to the left. I know that...