Questions tagged [react-native-popup-menu]

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.

49 questions
0
votes
2 answers

react-native-popup-menu : Error: (0 , _react2.createContext) is not a function

I have a listView. I want to open a popup menu when user long press on "name". But i am getting error of createContext. import { MenuContext, Menu, MenuOptions, MenuOption, MenuTrigger, } from…
Khushboo Gupta
  • 113
  • 2
  • 16
0
votes
0 answers

Positions are wrong on devices with RTL layout enabled

react-native 0.51.1 react alpha-16.0.0 react-native-popup-menu latest. The contexmenu are not correctly rendered on devices with RTL layout enabled. please tell me how to fix that.! I clicked here on the edit button nr 43.
user6094105
  • 173
  • 1
  • 1
  • 7
0
votes
1 answer

Popup menu does not overlay other components in Android

I am using react-native-popup-menu@0.10.0. It works fine on IOS but cannot overlay on another component on android. It is invisible on android. Please provide any solution . renderHeader() {
Samiksha Jagtap
  • 585
  • 2
  • 13
  • 29
0
votes
2 answers

The menu si rendered offscreen when clicked from the left button of the navigation bar

Is there a way to have the menu render left-to-right instead of right-to-left? When clicked from the right button of the navigation bar, it's ok; instead from the left button, it's rendered off screen.
1 2 3
4