Quiz: Android Components and APIs

Quiz yourself on what you've learned about the Android components and APIs of React Native.

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

(True or False) The BackHandler API can only be used for back navigation.

BackHandler.addEventListener(
    "hardwareBackPress",
    {/*someFunction()*/}
);
A.

True

B.

False


1 / 5