Any Touchable element inside <SideMenu> gets activated on each re-render i.e any setState called invokes the touch event causing infinite loop
Hi @RonakKhandelwal!
Unfortunately, this question is not clear to me. Could you be so kind to provide me some code to reproduce a bug you're talking about?
I've faced this problem. My app contains SideMenu and react-native-maps in it. I created press event on some marker at map. After I click on it, my app shuts down. Screenshots are below.

Hey @xilaraux, can you try to install react-native-side-menu from the master and set autoClosing={false}? Does it do the trick? If so, I release a new version.
It looks better, but still doesn't work. App fails after some time, and I couldn't change isOpen prop of your component through click on the map's marker.
Why so? Shouldn't be a SideMenu issue now