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

Hi, I have a RTL app and when I use menu position = right the menu has margin from the right and doesn't work like it works when its on...

How do I add icons to individual menu items?

# Question Hi, Can I change backgroundColor overlay style? I would like to put and opacity, for example, I can modify your styles.js changing `overlay: { ...absoluteStretch, backgroundColor: 'transparent', }`...

# Summary The example folder had an outdated React Native version, so I upgraded to RN 0.61.5 ## Test Plan | iOS | android | | --- | --- |...

Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...

dependencies

autoClosing does not work i set it to false.. yet any touch event on the screen whether on or off the side menu will close the menu once open

Hello, the following is what is in index.js in the react-native-side-menu folder after npm install. Callbacks like.. onAnimationEnd, is not here. Am i missing something? Thanks! type Props = {...

Using react native 0.41.2. On change of orientation I would like to change width of sidemenu when opened but i can't seem to make it work. First tried to change...