Before submitting a new issue
Bug summary
The popover component is not opening when the app is running in web.
In IOS & Android it works well.
As a result, the Select component also fails when the type is popover. Type Dialog works well.
This malfunctioning is easy to reproduce as it happens in the HeroUI example application.
Library version
1.0.1
Environment info
info Fetching system and libraries information...
System:
OS: macOS 26.3
CPU: (10) arm64 Apple M1 Pro
Memory: 106.11 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.19.6
Yarn: Not Found
npm:
version: 10.8.2
Watchman: Not Found
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.2
- iOS 26.2
- macOS 26.2
- tvOS 26.2
- visionOS 26.2
- watchOS 26.2
Android SDK: Not Found
IDEs:
Android Studio: 2025.2 AI-252.27397.103.2522.14617522
Xcode:
version: 26.2/17C52
path: /usr/bin/xcodebuild
Languages:
Java: Not Found
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.1.3
wanted: ^20.1.3
react:
installed: 19.2.0
wanted: 19.2.0
react-native:
installed: 0.83.2
wanted: 0.83.2
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Steps to reproduce
- Clone the example app repo following the instructions
git clone https://github.com/heroui-inc/heroui-native-example.git
- Run npm install
- Start the app with
npx expo start
- Open in web by clicking w in the terminal
- Navigate to the components page and try to use the popover or the select with type popover. It does not open.
Reproducible example repository
https://github.com/heroui-inc/heroui-native-example.git
Before submitting a new issue
Bug summary
The popover component is not opening when the app is running in web.
In IOS & Android it works well.
As a result, the Select component also fails when the type is popover. Type Dialog works well.
This malfunctioning is easy to reproduce as it happens in the HeroUI example application.
Library version
1.0.1
Environment info
info Fetching system and libraries information... System: OS: macOS 26.3 CPU: (10) arm64 Apple M1 Pro Memory: 106.11 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.19.6 Yarn: Not Found npm: version: 10.8.2 Watchman: Not Found Managers: CocoaPods: Not Found SDKs: iOS SDK: Platforms: - DriverKit 25.2 - iOS 26.2 - macOS 26.2 - tvOS 26.2 - visionOS 26.2 - watchOS 26.2 Android SDK: Not Found IDEs: Android Studio: 2025.2 AI-252.27397.103.2522.14617522 Xcode: version: 26.2/17C52 path: /usr/bin/xcodebuild Languages: Java: Not Found Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 20.1.3 wanted: ^20.1.3 react: installed: 19.2.0 wanted: 19.2.0 react-native: installed: 0.83.2 wanted: 0.83.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not foundSteps to reproduce
git clone https://github.com/heroui-inc/heroui-native-example.gitnpx expo startReproducible example repository
https://github.com/heroui-inc/heroui-native-example.git