Error starting Expo

Hello!

I keep getting this error when launching expo: Module not found: Can’t resolve ‘react-native-paper’.

But I did install the package - I’m on a Mac, any ideas where to start looking to fix this problem?

Thanks

hi there! yes, the reason is that probably it is not actually installed in your project. make sure when you run npm install react-native-paper that you do in the root of your expo project directory. if you share your project on github then someone can likely point you to where the mistake is.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.