react-native-popup-menu is extensible popup menu component for React Native for both Android and iOS. Use this tag if you have any questions how to use this component.
Questions tagged [react-native-popup-menu]
49 questions
0
votes
0 answers
Disable menu dismiss on backdrop press - react-native-popup-menu
I want to disable menu dismiss on backdrop press in react-native-popup-menu.

Anant
- 1
0
votes
1 answer
Is it possible to change the width of just a top "header" thing using popup-menu in react native?
Using React Native react-native-popup-menu is it possible to style the menu, so it'll look something like this below?
I have this at the moment, with no clue how to make the above one:
Current code used for styling:

Snowenik
- 17
- 1
- 8
0
votes
1 answer
Is it possible to open a menu based on the component state? Without the MenuTrigger in react-native-popup-menu
How can I open the Menu without the
// your entry point
import { MenuProvider } from 'react-native-popup-menu';
export const App = () => (
);
// somewhere in…

Kamal Hossain
- 530
- 7
- 18
0
votes
1 answer
What is an ideal way to implement multi-level popups with react-native-popup-menu?
What is an ideal way to implement multi-level popups with react-native-popup-menu?
I want to be able to click an icon on the screen and have a first level pop-up menu appear. Each item on that first level popup menu would potentially open a second…

Crazy Chenz
- 12,650
- 12
- 50
- 62
0
votes
1 answer
React Native Pass Selected asyncStorage value to Popup onPress
I'm trying to make a popup screen for the value I have selected. Which is in the localstorage.
I am trying to pass the value firstname, lastname, phone to Popup.
Like this
I want the value "h" to show up next to 'Call' and 'Text'.
{
…

quad clipse
- 5
- 3
0
votes
1 answer
How to add offset to the popup menu?
I want to offset the menu that pops over my button. I would like the popup to not obstruct the button clicked.
I read the doc and attempted to add styling but couldn't find where and how to add the style. The doc mentions that some component of this…

vmarquet
- 2,384
- 3
- 25
- 39
0
votes
0 answers
Dynamically style Text child in MenuOption on menu open
I need a conditional render of the MenuOption's at the moment of opening the menu.
It would appear that the MenuOption's in MenuOptions are rendered before the menu even opens from my tests.
Based on a timestamp diff I need to change and Icon and a…

P-Rick Stephens
- 235
- 1
- 5
- 15
0
votes
1 answer
Get error when installing react-native-popup-menu on react-native 0.59.3
I`m using react-native version 0.59.3, when i try installing react-native-popup-menu version 0.59.3 this error appear:
npm ERR! path c:\Users\...\node_modules\react-native
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall rename
npm ERR!…

Tohid Taghavi
- 37
- 7
0
votes
0 answers
How to call Popup menu from FlatList using react-native-popup-menu
I was looking for an option to call Popup menu from FlatList using react-native-popup-menu. Most the examples and github references are perhaps based on assumption that you are only displaying the popup menu on your App screen and nothing…

AnR
- 1,809
- 3
- 26
- 45
0
votes
1 answer
How to implement this lib in a Custom Flatlist
i have a flatlist like image bellow. The code is this.
How to implement the pop menu in this case?
renderList = () => (
String(item.id)}
renderItem={({ item })…

Julio Azevedo
- 1
- 2
0
votes
1 answer
React native popup menu can not navigate using navigation props
I have the Message react navigation stack screen.
...
class Message extends React.Component {
static navigationOptions = ({ navigation }) => ({
...
headerRight:
});
render() {
...
…

ccd
- 5,788
- 10
- 46
- 96
0
votes
0 answers
React native open one pop up menu at a time
I am using react native pop up menu https://github.com/instea/react-native-popup-menu not found how to close already opened menu if user clicked on another from list view.
If I am using "opened" object with setState like …

priti narang
- 258
- 4
- 18
0
votes
1 answer
How to use check boxes in FlatList view of popup menu option, react-native?
I am using react native pop menu like
import Menu, {
MenuProvider,
MenuOptions,
MenuOption,
MenuTrigger,
renderers,
} from 'react-native-popup-menu';
Here I want to use checkboxes in flat list view where I will catch checkbox value on…

priti narang
- 258
- 4
- 18
0
votes
1 answer
Unable to run - shows console error "This version of popup-menu requires RN 0.55+. Check our compatibility table."
I'm using the library "react-native-popup-menu".
But now I'm completely stuck in the above error. Nothing found helpful from my research.
Thank you in advance for your helpful answer.

TechSatya
- 247
- 4
- 10