-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover keeps shaking #256
Comments
@Jananijann |
adding Math.trunc to line https://github.com/instea/react-native-popup-menu/blob/master/src/renderers/Popover.js#L139 can help. Example: top: Math.trunc(centered.position) |
This can also be fixed by passing in an actual height prop inside of rendererProps. Example: renderer={renderers.Popover} rendererProps={{ placement: "left", height: 65 }} |
The popover from react-native-popup-menu keeps shaking. We followed the examples from documentation. We are using "react-native-popup-menu": "^0.15.12", Can anyone suggest a solution for this?
The text was updated successfully, but these errors were encountered: