Reputation: 471
I've created my react app using create-react-app, and was trying to use expo, but its throwing errors when I try and build it using expo build:android
:
Error: Can't find react-native in package.json dependencies
Error: React Native is not installed. Please run `npm install` in your project directory.
Do I need to start over with a react-native project, or is there a way to continue on and get this project published?
Upvotes: 1
Views: 587
Reputation: 132
Try this:
This looks like a similar issue on this github error
https://github.com/expo/expo-cli/issues/248
Upvotes: 0