From 2ef25e2ff1507700f7a6ee70057be7ada104a3cf Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 11 Apr 2016 12:11:30 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/drawerlayoutandroid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/drawerlayoutandroid.html b/releases/next/docs/drawerlayoutandroid.html index 41257a85cd3..1349122bc0b 100644 --- a/releases/next/docs/drawerlayoutandroid.html +++ b/releases/next/docs/drawerlayoutandroid.html @@ -33,7 +33,7 @@ from the edge of the window.

renderNavigationView function #

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

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+.

Methods #

componentDidReceiveProps() #

openDrawer(test: number) #

Opens the drawer.

closeDrawer() #

Closes the drawer.

Next →