I am new to react native, I used a drawer menu, but how to know it's state, i.e, is there something like
_drawer.is_Open()
?
I am new to react native, I used a drawer menu, but how to know it's state, i.e, is there something like
_drawer.is_Open()
?
It looks like you can just examine the _open property.
_drawer._open
https://github.com/root-two/react-native-drawer/blob/master/index.js#L18