Quiz: Navigation

Quiz yourself on what you've learned about navigation in React Native.

We'll cover the following...
Technical Quiz
1.

What method can be used to navigate to the previous screen in stack-based navigation?

A.

navigation.goBack()

B.

navigation.back()

C.

navigation.return

D.

navigation.backSlide()


1 / 6
...