react-native-side-menu icon indicating copy to clipboard operation
react-native-side-menu copied to clipboard

Toggle state is reversed

Open udarts opened this issue 7 years ago • 0 comments

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?

udarts avatar May 23 '18 08:05 udarts