-
Notifications
You must be signed in to change notification settings - Fork 103
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
HoldItem causing entire component to re-render #117
Comments
If I remove the HoldItem, and use a View directly, the entire component does not re-render, only the checkbox |
could you remove |
Like i say, the problem is not the image, because if i remove HoldItem and use View instead, works fine |
I don't activated the holdItem, I just clicked on the checkbox. I didn't want to use the development build, but I'm strongly considering it, and then I'm going to migrate to Zeego library, it's much more up-to-date and stable with Expo. |
Zeego UI look bad to Android because it use 'PopupWindow' to display menu, if you can make sample git I can help you |
me too |
I am having a very similar issue, specifically when closing the hold menu, my component appears to flicker/re-mount. This only happens after the first open/close (ie it starts to flicker on the 2nd open/close). Did you ever find a way to fix this? |
I appear to be facing the same issue, has anybody found a workaround or fix? |
Well, I'm using HoldItem in a list, as a child element I have a checkbox, whenever this checkbox is updated, HoldItem is making my entire component re-render. Causing the other element, which is an image, to be reloaded unnecessarily. I've done everything with this component, I've contacted the developer but no response. I'll wait for a solution here, if not, I think I'll make this component from 0 myself...
Expo SDK: 51.0.8
The text was updated successfully, but these errors were encountered: