react-navigation-shared-element
react-navigation-shared-element copied to clipboard
React Navigation bindings for react-native-shared-element 💫
I do have more advanced app with the following structure: ``` - Drawer Navigator - Other Navigators... - Tab Navigator - Stack Navigator 1 - Stack Navigator 2 - Stack...
Hi, would be awesome if this lib would support ```js import createNativeStackNavigator from 'react-native-screens/native-stack'; ``` since the performance of native-stack is awesome and absolutely no comparison to the usual createStackNavigator
`TypeError: undefined is not an object (evaluating 'getPrototypeOf(sourceComponent)')` I get these errors when i use a render callback for the screen instead of specifying a component prop with createSharedElementStackNavigator. But...
I dont know why. But when use shared element, goback very slow and lag on android. I am using React navigation 5 newest. Thanks
Something goes wrong when navigate and goBack fast. https://www.dropbox.com/s/z7pdllexqkrq71n/Screen%20Recording%202020-04-20%20at%2014.29.05.mov?dl=0 **Source:** https://github.com/mitaxe/rn-animations-ui-thread/commit/d4d63bbaaa5cf4f02f9f655a6c06e7432b4c5fda **Env:** ``` "@react-native-community/masked-view": "0.1.6", "@react-navigation/native": "^5.1.6", "@react-navigation/stack": "^5.2.11", "react-native-shared-element": "^0.7.0", "react-navigation-shared-element": "^5.0.0-alpha1", ```
Firstly I'd like to thank everyone involved for getting this awesome library to work with react-navigation v5! Not sure if this is a bug or if it is working as...
The issue right now is that any object that have a shared element must be in the same stack and appear between screen transitions. If you want to do fancier...
The `Group` property doesn't include in the `RootStack` created by `createSharedElementStackNavigator`. In react-navigation 6 I have to use `RootStack.Group` tag to use a modal. When I check the types and...
Hi everyone, I have an issue with react-navigation v6. Usually I take advantage of the `id` prop of the navigator to retrieve a not direct parent navigator using the `useNavigation`...
Hey guys. I am struggling here on an issue I can't figure out. So basically what I have, is 1 image that I want to transition into a full screen...