Add documentation for useNativeAnimations option in DrawerNavigator (#2593)

This commit is contained in:
Jonathan Kim
2017-09-15 13:49:54 -07:00
committed by Spencer Carli
parent b7768d12e6
commit 73cf08744e

View File

@@ -92,6 +92,7 @@ The route configs object is a mapping from route name to a route config, which t
- `drawerPosition` - Options are `left` or `right`. Default is `left` position.
- `contentComponent` - Component used to render the content of the drawer, for example, navigation items. Receives the `navigation` prop for the drawer. Defaults to `DrawerItems`. For more information, see below.
- `contentOptions` - Configure the drawer content, see below.
- `useNativeAnimations` - Enable native animations. Default is `true`.
#### Example: