docs: add remark about nesting (#1121)

This relates to #709
This commit is contained in:
Daniel Schmidt
2017-04-23 20:21:15 +02:00
committed by Mike Grabowski
parent 5c12c41d96
commit c8062d014c

View File

@@ -176,3 +176,7 @@ The navigator component created by `DrawerNavigator(...)` takes the following pr
screenProps={/* this prop will get passed to the screen components and nav options as props.screenProps */}
/>
```
### Nesting `DrawerNavigation`
Please bear in mind that if you nest the DrawerNavigation, the drawer will show below the parent navigation.