Use React Navigation to extend your number list app. The app should:
- have a single stack navigator
- have two stack screens:
- the list of numbers screen, that switches to a detail screen when a number is tapped
- a number detail screen, with the number the user tapped displayed
Example: