CPSC270
Software Engineering and Project Design

Activity 18

React Navigation

Use React Navigation to extend your number list app. The app should:

  1. have a single stack navigator
  2. have two stack screens:
    1. the list of numbers screen, that switches to a detail screen when a number is tapped
    2. a number detail screen, with the number the user tapped displayed

Example: