You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Render <SystemBars /> in a react-native-web project
Reproducible sample code
`return <SystemBars />`
The text was updated successfully, but these errors were encountered:
Before submitting a new issue
Bug summary
setImmediate
is not available on the web platform. Using it inSystemBars
causes any usage of the component to throw errors when targeting the web platform.Library version
1.1.2
Environment info
Steps to reproduce
<SystemBars />
in a react-native-web projectReproducible sample code
`return <SystemBars />`
The text was updated successfully, but these errors were encountered: