Question: 16
(Choose 2 answers)
Choose the correct statements about how the DrawerLayoutAndroid component works in React Native:
A. The content of the drawer (navigation drawer) is displayed using the renderNavigationView prop, which
accepts a function to render the drawer content.
B. The main content of the application is placed in the navigationView prop instead of being a direct child
component of DrawerLayoutAndroid.
C. The drawer is a component that is always displayed by default on the screen.
D. The position where the drawer appears (e.g., from the left or right side of the screen) is determined by the
drawerPosition prop.