gcdeng / react-native-exercise-6-navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation

In lecture we introduced navigation concepts and the react-navigation library.

This exercise will walk though basic usage of the library, usage of route params, and demonstrate a common pitfall with nested navigators.

Installation

This exercise was bootstrapped using the Expo XDE. To run it, open this directory as a project in the XDE.

Exercise

For this exercise, there are a few buggy files located in /bugs. Replace the import in App.js with the buggy file to run it. Make sure not to change the lines that the files say not to change.

Solution

See the solution code in the solutions directory, or run them without looking at the code to play with the functionality.

About


Languages

Language:JavaScript 100.0%