đšī¸Run project locally
Install expo
To install Expo, you can follow their offical docs here.
In general, if you have node installed, just run this.
Install project node dependencies
Navigate to your project and run
This will install all the needed node dependencies
Run the project locally
Execute
This will start local expo server, and you are ready to test the app on simulator, or on your device via Expo Go app.
Last updated