Published
- 1 min read
expo react native init
The solution for this is noted below
expo react native init
Solution
npm install expo-cli --global
expo init my-app
cd my-app
expo start
Try other methods by searching on the site. That is if this doesn’t work