react-navigation-shared-element
react-navigation-shared-element copied to clipboard
React Navigation bindings for react-native-shared-element 💫
currently using [react-native-youtube](https://www.npmjs.com/package/react-native-youtube) Youtube player have this "YouTube video playback stopped due to unauthorized overlay on top of player. The YouTubePlayerView is obscured..." After using createSharedElementStackNavigator video keeps on pausing...
@IjzerenHein thanks a lot for this great lib! Started playing around with it and I'm really excited about it. I'm trying to share a search field between two screens. Almost...
When you share an image and go from screen to screen, then switch to another app, and then go back your app, image is hidden. This happens on Android.
Hello, unfortunately I can't get "react-navigation-shared-element" to work at all. I use the expo-dev-client and so far I have no error messages. The transition just doesn't work no matter what...
copied from https://github.com/IjzerenHein/react-native-shared-element/issues/103 by @devggm Hi Thanks for providing this awesome lib for smooth transitions. Recently, I have started using this lib in my React Native project, and I am...
Hi, I have nested navigator like this: ``` const PollStack = () => { return } ``` here is main navigator: ``` { SplashScreen.hide() RootNavigation.isReadyRef.current = true }}> ``` here...
I tried a simple screen transition using this library. As a result, on Android emulator, flickering occurred just before the screen transition. Even with the same code, no flickering occurs...
i have made a react expo app with these versions of dependencies ``` "dependencies": { "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@expo/metro-runtime": "~3.1.3", "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.17", "expo": "~50.0.6", "expo-status-bar": "~1.11.1", "react": "18.2.0", "react-dom":...
Context : I have my Feed screen, with a list of items that has image When I press on one item, it navigate to the detail screen with react-navigation-shared-element transition....