mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-16 08:39:33 +08:00
Drawer sidebar description (#617)
* Fix typo in DrawerScreen.js * Fix the description of the DrawerSidebar Component
This commit is contained in:
committed by
Adam Miskiewicz
parent
b009db9446
commit
da5ec61027
@@ -23,7 +23,7 @@ type Props = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Component that renders child screen of the drawer.
|
||||
* Component that renders the child screen of the drawer.
|
||||
*/
|
||||
class DrawerScreen extends PureComponent<void, Props, void> {
|
||||
props: Props;
|
||||
|
||||
@@ -33,7 +33,7 @@ type Props = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Component that renders child screen of the drawer.
|
||||
* Component that renders the sidebar screen of the drawer.
|
||||
*/
|
||||
class DrawerSidebar extends PureComponent<void, Props, void> {
|
||||
props: Props;
|
||||
|
||||
Reference in New Issue
Block a user