Closed mohanasundaramn closed 4 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.
my code can be found here (search this.renderMenu
)
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 >
"react": "^16.6.1", "react-native": "^0.57.5", "react-native-popover-menu": "0.0.22"
How do I fix this, I want to show popover on the corresponding button press. I am using the API way.