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

## Description In v3 and v5 a [Bottom Tabs Navigator](https://reactnavigation.org/docs/tab-based-navigation/) still breaks the Shared Element Transition. This is a known issue (see https://github.com/IjzerenHein/react-navigation-shared-element/issues/42#issuecomment-625457009), I just wanted to create a dedicated...

tabs

Hey there! I'm facing an issue where a blink occurs on screens navigation on Android. Demo ![untitled](https://user-images.githubusercontent.com/13344923/136655424-b8d610a4-06cc-45a5-90d6-0121ee2580c6.gif) I've noticed the information on the README where it says that this is...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I'm getting `TypeError: (0 , _reactNavigationSharedElement.createSharedElementStackNavigator) is not a function` when testing with jest `yarn test` or `npm jest` I have added these mocks to jest Setup file ```javascript jest.mock('react-native-shared-element',...

As shown in the gif bellow the animations does not work correctly when going back. On android it works correctly. I have spent all day trouble shooting so i'm pretty...

navigation-6

## First off First off, I had a really hard time debugging this, and I've already opened issues at react-native, react-navigation and react-native-screens. I've eliminated all possible causes for this,...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

i am useing expo dev-client. app was working fine with @react-navigation/stack, after change to react-navigation-shared-element, problem appear.

Hi there :) my Shared Element isnΒ΄t working as it should when going back: https://user-images.githubusercontent.com/24316787/124273549-6e4f1b00-db40-11eb-9e42-9e16aac95b1a.mov ``` function StoryDetailScreen(props) { const { translations } = useContext(LocalizationContext); const [navigation] = useState(props.navigation); const...