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
Describe the bug
When the app is set to follow the system theme mode, changing the theme via the iPhone Control Center does not instantly update the app's theme. Instead, the app only detects the theme change after closing the Control Center. This behavior is inconsistent with the expected behavior of React Native's built-in useColorScheme hook, which should trigger theme changes immediately, even while the Control Center is open.
To Reproduce
Steps to reproduce the behavior:
Set the app to follow the system theme mode.
Open the iPhone Control Center.
Change the theme (e.g., from light to dark or vice versa).
Observe that the app's theme does not update until the Control Center is closed.
Expected behavior
The app should instantly update the theme in response to system theme changes, even when the Control Center is open.
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug
When the app is set to follow the system theme mode, changing the theme via the iPhone Control Center does not instantly update the app's theme. Instead, the app only detects the theme change after closing the Control Center. This behavior is inconsistent with the expected behavior of React Native's built-in useColorScheme hook, which should trigger theme changes immediately, even while the Control Center is open.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should instantly update the theme in response to system theme changes, even when the Control Center is open.
Screenshots
If applicable, add screenshots to help explain your problem.
ScreenRecording_01-23-2025.16-11-09_1.MP4
expected-behavior.MP4
Platform (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: