You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys I've had the same problem and it seems that it was missing a return. I've done a pull request that seems to solve this problem, now we should wait for its review.
I am using
react-native-motion
along withreact-router-native
I have
FlatList
with list of items where each item is wrapped withShareElement
like this,and then i did the same with detail page as follows,
When detail page is opened by tapping on any of the
FlatList
item, Following error occurs,1.Can we use this package with 'react-native-router'?
2.If so, Please correct me if i am using the package in the wrong way.
Thank You.
The text was updated successfully, but these errors were encountered: