You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with react-native-context-menu-view where the animation does not reset back to its original position after the context menu is dismissed. This issue is causing a significant visual glitch in my application.
Steps to Reproduce
Implement react-native-context-menu-view in a component.
Trigger the context menu preview and then dismiss it.
Observe that the animation does not return to its original position.
Expected Behavior
The expected behavior is that after the context menu is dismissed, the animation should reset and return the component to its original position.
Actual Behavior
After dismissing the context menu, the animation remains in its final state and does not properly reset to the original position.
Visual example
trim.EC1432F7-2566-4E0D-AD5B-8CE879E2FE6A.MOV
Here is a small example of what my code looks like.
@mpiannucci I noticed that this method (along with contextMenuInteraction:previewForHighlightingMenuWithConfiguration: which is already implemented in the library) is deprecated since iOS 17.0. It might be worth implementing the new methods instead:
Issue Description
I am encountering an issue with
react-native-context-menu-view
where the animation does not reset back to its original position after the context menu is dismissed. This issue is causing a significant visual glitch in my application.Steps to Reproduce
react-native-context-menu-view
in a component.Expected Behavior
The expected behavior is that after the context menu is dismissed, the animation should reset and return the component to its original position.
Actual Behavior
After dismissing the context menu, the animation remains in its final state and does not properly reset to the original position.
Visual example
trim.EC1432F7-2566-4E0D-AD5B-8CE879E2FE6A.MOV
Here is a small example of what my code looks like.
Environment
react-native-context-menu-view
version: [^1.14.1]The text was updated successfully, but these errors were encountered: