December 2019
Intermediate to advanced
474 pages
10h 3m
English
The application that you'll be working on in this chapter has already been built for you, but we will need to complete it by adding features such as animations and transitions. After downloading or cloning the project, you'll need to move into the root directory of the project, where you can run the following command to install the dependencies and start the application:
npm install && npm start
This will start Expo and give you the ability to start your project from the Terminal or from your browser. In the Terminal, you can either use the QR Code to open the application on your mobile device or select to open the application in a simulator.
No matter whether you've opened the application on a virtual or ...
Read now
Unlock full access