-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: moveSharedElement is required #21
Comments
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 |
Yup! Also, if you are looking to use react native web with react navigation, check out my library |
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! |
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?
The text was updated successfully, but these errors were encountered: