mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Use generated Java delegate for setting properties on ReactDrawerLayoutManager
Summary: This diff migrates `ReactDrawerLayoutManager` to use the generated `AndroidDrawerLayoutManagerDelegate` for setting its properties. Reviewed By: mdvacca Differential Revision: D17343383 fbshipit-source-id: 85cd7ee3531b152da2601048f5e458f5dad73ad6
This commit is contained in:
committed by
Facebook Github Bot
parent
92f3b4a27f
commit
81f567d4aa
@@ -64,7 +64,7 @@ type NativeProps = $ReadOnly<{|
|
||||
* from the edge of the window.
|
||||
*/
|
||||
|
||||
drawerWidth?: ?Float,
|
||||
drawerWidth?: WithDefault<Float, null>,
|
||||
|
||||
/**
|
||||
* Specifies the lock mode of the drawer. The drawer can be locked in 3 states:
|
||||
|
||||
Reference in New Issue
Block a user