-
Notifications
You must be signed in to change notification settings - Fork 95
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
Menu item isn't render production build #70
Comments
I did some debug with coloring views and I found out that the menu item height is incorrect. It has green color on the screenshot So I added height explicitly to the menuItem styles and it solves my issue.
|
Thanks for the tip, it happens to us sometimes too. |
@dimaportenko with fix I shared above, I don't see any issues on my side so far. |
@enesozturk if you fine to add menu height. I can prepare PR. |
Hi @dimaportenko, sorry I couldn't spend time on this for a while that is why couldn't try. Glad to hear you solved it, highly appreciate it if you can open a PR. Thanks! |
hi @dimaportenko , did u ever try with adding customview like this? |
@enesozturk np, same for me I haven't time to prepare pr yet. But it is still somewhere on my list. |
@fukemy nope, I haven't tried anything like this. Tbh I've just started to use the library with the simple case you can see in my first post on this issue. But I think I'll try more later on. |
tks, even in native i didnt see any app can apply it's inside their app, but Message and Telegram did it with very nice ui, i will waiting for your update |
|
Describe the bug
I have a chat app and a simple menu with only one item - delete. In debug mode everything looks good but in the production build it does not always render menu item text (see screenshots).
Screenshots
Package versions
Additional context
Please let me know where to look. I guess it could be something related to the menuItem height or opacity.
The text was updated successfully, but these errors were encountered: