-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error while running #1
Comments
@suhailkakar any help? I am facing the above issue. I am following this tutorial https://medusajs.com/blog/creating-react-native-ecommerce-app-with-medusa |
Hey @vikashranjan Can you please share the steps to reproduce the above behavior? |
@suhailkakar I followed the steps in the tutorial https://medusajs.com/blog/creating-react-native-ecommerce-app-with-medusa. |
The issue here is that ViewPropTypes has been deprecated but some of the dependencies are not up to date (some of them updated longer than 2 years ago already...) Using the same package.json should work, it does to me, but if you have a different react/react-native version then you might face this problem. |
The text was updated successfully, but these errors were encountered: