package.json and then install them using npm. You can find more details on how to use the React Navigation package here.
- Open
package.jsonfrom the root folder of your project. - Go to the
dependenciessection and add add a comma at the end of the last entry. - Start a new line and paste the following list of packages:
- Go to a separate terminal window, go to your project folder, and run
npm installto install the new packages. - After the packages install, re-run the steps to build and run your app.

