React-native-router-flux: Pass props to Drawer

Created on 23 Apr 2019  路  1Comment  路  Source: aksonov/react-native-router-flux

With react-native-router-flux v4.0.6, can i pass props into drawer so that my drawer is dynamic?

In v3, this worked

Actions.refresh({ key: 'drawer', open: true, isNotification: true });

With v4, is something like this possible?
Something like

Actions.drawerOpen({isNotification: true});

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wootwoot1234 picture wootwoot1234  路  3Comments

kirankalyan5 picture kirankalyan5  路  3Comments

vinayr picture vinayr  路  3Comments

YouYII picture YouYII  路  3Comments

maphongba008 picture maphongba008  路  3Comments