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'm not sure if anyone else experiences this issue, but when the SideMenu is opened and closed via an external trigger, you have to tap the external button again in...

Add containerStyle prop to make the user able to change the container style

I don't know why, but after i put setState inside onChange callback, it couldn't close anymore. Here is the code: ` this.changePeak(isOpen)} disableGestures={false}>` ` changePeak(isOpen) { this.setState({}) }`

Looks like we are still referring to `deviceScreen` in some places instead of `this.state.width && this.state.height` - (e.g. in handleMoveShouldSetPanResponder) after device has been rotated - these properties may (and...

bug

Hey guys, I'm using your library for my RTL app, it is awesome. When i set the position to **right**, opening with gestures (sliding to left) does not works. Any...

added maxDraggingOffset property to set the maximum value for the dragging gesture. To avoid that the user can drag more than the menu size and show a white unwanted background....

feedback needed

Son on the example of how to use this there is this `render() { const menu = ; ` but react native tell me it Canf find variable Menu. So...

Hi, what's about to make contentWrapper a bit bigger (e.g `width: screenWidth + 20, paddingRight: 20, left -20`) to add possibility to create shadow/elevation. Also we can use `pointerEvents="box-none"` make...

底部的tabbar怎么跟随屏幕移动啊

every time I open and close the menu, my component (content on the right side, not the menu) re-render. Is this a bug?