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

Side menu component for React Native

Results 78 react-native-side-menu issues
Sort by recently updated
recently updated
newest added

I am using Navigator to route to next page from my main page with the side menu, the disable gestures work fine in the main page but the next page...

I am using the side menu in combination with `Navigator`. Everything works fine with `gesturesEnabled={false}` for this view but only the "swipe to go back" gesture is making trouble. During...

bug

When you open the sidebar, I would like to have a black box transparent cover in the content area of how to achieve the above?

Earlier, without the right and bottom margins, if the view had a scrollview with `flex: 1`, it would go out of bounds of the screen. Adding these values will confine...

This pull request rewrites `props-driven` feature we have implemented in the past and makes side menu pure (meaning we can now implement shallowUpdate) Somehow I wasn't happy with it because...

feedback needed

Sometimes it's useful to specify elements you don't want to reply on your swipe actions to show the menu. For example, I use it when I have horizontal scroll view...

This PR exposes the Left AnimatedValue to the Menu Component, and additionally interpolates it on a scale from 1 to 100 (percentage). Here are the reasons for both additions: 1)...