Open gunduzcihat opened 5 years ago
Hi there,
How can I pass props to drawer / side menu?
Like this: Actions.drawerOpen({ alert: 'yes' });
What I want is that, creating multiple drawer / side menu. Because I have an app that has two features and every feature has own menu.
How can I do that?
try this contentComponent = {() => <DrawerView logout={() => { this.logout()}} />}
Hi there,
How can I pass props to drawer / side menu?
Like this: Actions.drawerOpen({ alert: 'yes' });
What I want is that, creating multiple drawer / side menu. Because I have an app that has two features and every feature has own menu.
How can I do that?