gluestack / gluestack-ui

React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))
https://gluestack.io/
MIT License
2.45k stars 116 forks source link

Regression: Popover not working at all on android #1853

Open sem4phor opened 7 months ago

sem4phor commented 7 months ago

Description

Since a couple of versions the popover is not working on android anymore

CodeSandbox/Snack link

https://github.com/sem4phor/gluestack-ui-1751/tree/popover-not-visible-latest

Steps to reproduce

  1. Go to https://github.com/sem4phor/gluestack-ui-1751/tree/popover-not-visible-latest (NOT main branch)
  2. Start the android app with expo go
  3. Click the Popover Button
  4. See no popover
  5. Check out branch with an older gluestack version
  6. npm i / restart server
  7. Start the android app with expo go
  8. Click the Popover Button
  9. See popover

gluestack-ui Version

1.1.9

Platform

Other Platform

No response

Additional Information

No response

sem4phor commented 7 months ago

Update: The regression happened with the release of @gluestack-ui/themed 1.1.6

Viraj-10 commented 7 months ago

Hey @sem4phor , Thanks for reporting the issue. We will have a look.

sem4phor commented 6 months ago

Any estimate when this will be adressed? This is currently blocking us from updating gluestack :/ @akash3gtm

fafo commented 6 months ago

I confirm the issue on Android only with 1.1.17

j10ra commented 5 months ago

Same here. any updates on the issue please?

akash3gtm commented 5 months ago

Hi, We are still working on it a bit, it should be fixed in the next update.

thank you for being patient :)

dtrongphuc commented 4 months ago

I fixed it by adding collapsable={false} into the wrapper view in node_modules/@gluestack-ui/popover/src/PopoverContent.tsx

image

OgDev-01 commented 1 month ago

Any updates on the fix for this issue?