Answers for "cannot determine which native sdk version your project uses because the module `expo` is not installed. please install it with `yarn add expo` and try again."

1

cannot determine which native sdk version your project uses because the module `expo` is not installed. please install it with `yarn add expo` and try again.

Try npm install expo instead of yard add expo.

Note: yarn is another package manager just like npm. If you have npm installed already then you can replace yarn add with npm install always.
Posted by: Guest on March-25-2021

Code answers related to "cannot determine which native sdk version your project uses because the module `expo` is not installed. please install it with `yarn add expo` and try again."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language