Equivalent to NPM I for React Native Expo

Asked

Viewed 314 times

-1

When I develop an application that requires Nodejs on site there if I need to go to another location and continue my project I need to give the following command:

 npm i ou npm install

When an application is made in React-Native it has the Expo.

Is there any equivalent to npm i for expo?

To install all the department of the expo in my project?

Because I already gave npm i lowered the dependencies, but I had to rotate the expo install alguma coisa, to install dependencies on it

1 answer

1


The command expo install can be used to install all the dependencies of a project. It involves the npm and the yarn so that you can ensure that the version of the Expo SDK and React Native community packages to be installed is compatible with your application.

This information is on Walkthrough of the Expo.

  • Then I can also give the expo install cool?

  • Yes. Walkthrough has an example available to download and is said to use expo install so that all dependencies are installed :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.