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

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

Please also see this stackoverflow question: https://stackoverflow.com/questions/70857346/shared-navigation-infinite-loop-react-native. The ListView in the title references here to Home component. ``` const HomeTab = () => { const Stack = createSharedElementStackNavigator(); return (...

When i have my shared element Stack Nested in a MaterialTopTabNavigator the transition does not work. instead it just looks like a normal navigation Exact same code somewhat working when...

tabs

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

I am having this error after replacing createStackNavigator with createSharedElementStackNavigator and this is the case with 5.0.0-alpha1 and v3 as well ``` [Thu Dec 10 2020 15:48:46.732] ERROR Warning: Maximum...

I have problems on IOS video react-navigation V5: https://drive.google.com/file/d/1gijykz-Gb5-NXj7Mq0tcvIWmCWjk9YJt/view?usp=sharing video react-navigation V6: https://drive.google.com/file/d/1u8IkT26xgUaAUtIs7wYxgP9ZEgAVfBly/view?usp=sharing component: ``` Product.sharedElements = (route, otherRoute, showing) => { const { randomId, imageUrl, name } = route.params...

I get these strange errors when i try to navigate from listing screen to the detail with react-navigation-shared-element. DEV SETUP: "react-native-shared-element": "^0.8.4", "react-navigation-shared-element": "^3.1.3", "react-native": "0.64.2", "react-native-reanimated": "^2.6.0",

Hi @IjzerenHein , We are using following versions of the library: "@react-navigation/native": "6.0.6", "@react-navigation/stack": "6.0.11", "react-native-shared-element": "0.8.3", "react-navigation-shared-element": "3.1.3", "rn-wave-bottom-bar": "2.0.0" The navigators are arranged in following manner: // Tab...