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});
I'm having this issue too, as are others. We are all waiting for a solution...
https://github.com/aksonov/react-native-router-flux/issues/3478
https://github.com/aksonov/react-native-router-flux/issues/3461
https://github.com/aksonov/react-native-router-flux/issues/3434
Most helpful comment
I'm having this issue too, as are others. We are all waiting for a solution...
https://github.com/aksonov/react-native-router-flux/issues/3478
https://github.com/aksonov/react-native-router-flux/issues/3461
https://github.com/aksonov/react-native-router-flux/issues/3434