react-native-side-menu
react-native-side-menu copied to clipboard
Toggle state is reversed
I have checked the state of the isOpen. By default it is set false. When I toggle it, I see in the console, false and the menu opens. When I toggle again, it shows true in the console and the menu is closed again. This seems to me that it is reversed, it should show true when open and false when closed.
I have the code set up exactly as the example.
Any idea?