-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
Then I can also give the
expo install
cool?– adventistaam
Yes. Walkthrough has an example available to download and is said to use
expo install
so that all dependencies are installed :)– Rafael Tavares