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

Pure JavaScript material menu component for React Native

Results 24 react-native-material-menu issues
Sort by recently updated
recently updated
newest added

I am able to open menu when 3 dots icon is clicked for each item. But can the code be written in a better way.. Right now menu is getting...

enhancement

` menuTextStyle: { color: this.config.appColors.lightTextColor, fontSize: 14, fontFamily: Fonts.LatoSemibold }` ``` Menu item 1 ```

I have integrated the menu. When I click the button(3 doted button), my all menus are appears from bottom. But I want my menu should appears after the button. Please...

Good evening, I am trying to make the menu always open in the same position, because I am having trouble with it opening over the last item of a loop,...

enhancement

This is the error log ``` *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0.3333282470703125}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.'...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies

The modal remains visible even when the prop `visible` is false. This is an issue with the variable `modalVisible`. A quick fix is to show the modal only when `modalVisible`...

I'm using the lib on snack (web) and I'm defining a series of MenuItem like so ```jsx const types = ['Series', 'Books', 'Movies', 'Animes', 'Games']; types.map((t) => { return (...