prscX / react-native-popover-menu

React Native: Native Popover Menu
Apache License 2.0
483 stars 54 forks source link

position of popover appearance is strange in android #32

Closed mohanasundaramn closed 4 years ago

mohanasundaramn commented 5 years ago

"react": "^16.6.1", "react-native": "^0.57.5", "react-native-popover-menu": "0.0.22"

ezgif com-video-to-gif

How do I fix this, I want to show popover on the corresponding button press. I am using the API way.

shuiRong commented 5 years ago

@prscX
so do i (Android) it seems to happen if it is inside of a List. behave well if the container can't scroll.

yyama-jds2o

my code can be found here (search this.renderMenu)

prscX commented 4 years ago

Thanks for raising the issue.

I believe, it is expected behaviour on Android. Basically the popover is rendered by native library which we have integrated and it is not possible to modify its behaviour.

Thanks </ Pranav >