Open vikashranjan opened 2 years ago
@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. After "Install Dependencies" I used the code in this repo. I get the above error when I run the app. Node Version: v16.16.0 OS:Mac Os/ Ubuntu 20.04.2 LTS NPM Version : 8.11.0
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.