Flexbox#borderBottomWidth

borderBottomWidth number

Flexbox#alignSelf

alignSelf enum('auto', 'flex-start', 'flex-end', 'center', 'stretch')

Flexbox#alignItems

alignItems enum('flex-start', 'flex-end', 'center', 'stretch')

DrawerLayoutAndroid#statusBarBackgroundColor

statusBarBackgroundColor color Make the drawer take the entire screen and draw the background of the status bar to allow it to open over the status bar. It will only have an effect on API 21+.

DrawerLayoutAndroid#renderNavigationView

renderNavigationView function The navigation view that will be rendered to the side of the screen and can be pulled in.

DrawerLayoutAndroid#openDrawer()

openDrawer() Opens the drawer.

DrawerLayoutAndroid#onDrawerStateChanged

onDrawerStateChanged function Function called when the drawer state has changed. The drawer can be in 3 states: - idle, meaning there is no interaction with the navigation view happening at the time - dragging, meaning there is currently an interaction with the navigation view - settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation

DrawerLayoutAndroid#onDrawerSlide

onDrawerSlide function Function called whenever there is an interaction with the navigation view.

DrawerLayoutAndroid#onDrawerOpen

onDrawerOpen function Function called whenever the navigation view has been opened.

DrawerLayoutAndroid#onDrawerClose

onDrawerClose function Function called whenever the navigation view has been closed.