react-native-motion
react-native-motion copied to clipboard
Warning: moveSharedElement is required
I'm getting a warning
Warning: Failed context type: The context moveSharedElement is marked as required in SharedElement, but its value is undefined.
when I use the SharedElement.. what value should I give to that property?
I'm also getting this.
@xotahal are we going to get response?
Getting same issue.. No solution ?
Same here... Help please
I recommend checking out this library: https://github.com/IjzerenHein/react-native-shared-element
I also wrote a guide: https://gist.github.com/nandorojo/e84e938568a018e044aadae9d64456ec
@nandorojo Thank you so much!! This library is also available for react-navigation v5: https://github.com/IjzerenHein/react-navigation-shared-element/blob/navigation-v5/README.md
Yup! Also, if you are looking to use react native web with react navigation, check out my library expo-next-react-navigation
I recommend checking out this library: https://github.com/IjzerenHein/react-native-shared-element
I also wrote a guide: https://gist.github.com/nandorojo/e84e938568a018e044aadae9d64456ec
This one is good. I also managed to get it working. I wasted a lot of time to make 'react-native-motion' work. But I couldn't. Thankfully I came by your comment. Thanks again.
@2xSamurai Glad to hear it!