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

Is it posible to put two side menus in the same screen, one left and one right

THe openMenuOffset prop is not limiting the ofset of the menu in production while in develop is working right

When i compile to production. The right menu is not working as intended. It stays on the middle of the screen insted of displaying in the right.

How to use navigation in side menu?

< App toggleSideMenu={this.toggleSideMenu.bind(this)} /> In this what is the "App" ?

Create a drawer with `openMenuOffset = ${Dimensions.get('screen').width}`, open it, try to close. There is no actual way to close the drawer because drawer content ignores touches.

If openMenuOffset or hiddenMenuOffset props are updated in the parent component this changes will now get animated. Currently it was ignored. Similar to the mobile Slack App when you focus...

I put it here: ``` {/* Tab Container */} ``` But i get this error ``` Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op,...