Open cjinghong opened 5 years ago
@cjinghong Did you find any solution/workaround for this ?
Both Actions.drawerOpen()
and Actions.drawerClose()
seem to only trigger on the root drawer...
i'm having the same issue, can anyone pls help me finding how to open right drawer with a button? @cjinghong and @simokhalil you find any solution? really helpful if any...
@msushahidullah I managed this by using only the left drawer from react-native-router-flux, and used the Drawer component from Native Base for the right side
Version
Tell us which versions you are using:
Is there any way to trigger a drawer open using a key? I have a nested Drawer, one opens from left and another opens from right.
renderProfileDrawerButton()
andrenderNotificationsDrawerButton()
both Renders a button that triggersActions.drawerOpen()
when tapped on.Is there a way to open the left and right drawer specifically?