Skip to content
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

SystemBars throws errors on web #48

Closed
3 tasks done
awinograd opened this issue Nov 21, 2024 · 1 comment
Closed
3 tasks done

SystemBars throws errors on web #48

awinograd opened this issue Nov 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@awinograd
Copy link

Before submitting a new issue

  • I tested using the latest version of the library, as the bug might be already fixed.
  • I tested using a supported version of react native.
  • I checked for possible duplicate issues, with possible answers.

Bug summary

setImmediate is not available on the web platform. Using it in SystemBars causes any usage of the component to throw errors when targeting the web platform.

Library version

1.1.2

Environment info

expo sdk 52
react-native-web 19.x

Steps to reproduce

  1. Render <SystemBars /> in a react-native-web project

Reproducible sample code

`return <SystemBars />`
@awinograd awinograd added the bug Something isn't working label Nov 21, 2024
@zoontek
Copy link
Owner

zoontek commented Nov 21, 2024

Fixed in 1.1.3

@zoontek zoontek closed this as completed Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants