-
Notifications
You must be signed in to change notification settings - Fork 29
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
Context menu flickering(may be it re-render) after modify message data #43
Comments
@dominicstop plz help bro |
I have tested with assets image, text bubble, it's still flickering I tried to update message inside Image touch(without show context menu), it's work, The flick only show when context menu action |
Let me take a look but i need to know a few things first so i can reproduce the bug:
|
Hi, I just change update message function inside onMenuDidHide:
Then it's work without any problem, you can see the video here: Screen.Recording.2022-06-17.at.16.52.25.movTHanks god, I can reproduce case of bug, may be I tried to update state when the time animation running react-native version: "^0.68.0", Please help |
I think it's better to update message state inside onPressMenuItem, not onMenuDidHide |
@fukemy Hey, I've added Screen.Recording.2022-06-17.at.7.47.06.PM.movAs a temp. solution, I'm going to update Once i finish releasing the patch, I'll close this issue 😌 |
yeah, love u bro |
sorry i will let u close this issue :3 |
Summary: Wait for context menu to close before firing `onPressMenuItem`. * Fix for issue #43
Hey, this has been fixed in version 1.8.1 ✨ I also added Here's an excerpt from the docs:
Thanks for filing an issue 😌 |
Hi, i just found this problem. it's REALLY HARD TO KNOW.
you can see the video here, as I just add a reaction to view:
Screen.Recording.2022-06-17.at.16.39.49.mov
Here is the main layout for view:
Inside onPressMenuItem, i just update message:
I tried to use https://github.com/mpiannucci/react-native-context-menu-view but it's does not make problem, But I want to use your lib because it's better
Please helppp
The text was updated successfully, but these errors were encountered: