-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
[ BUG ] ThemeToggle not changing on press #302
Comments
Im having the same issue. Same issue that was closed two weeks ago: #277 |
Do you have "userInterfaceStyle": "automatic" in your app.json? Otherwise, can you please provide a minimal reproduction repo? |
Yes, as you can see from the minimal reproduction repo I linked to in the original post. edit: Oops, I hadn't heard a reply for a while so I went ahead and started a new repo with the same name, not using this library. Let me set up a new one following the directions and get back to you. |
Unfortunately, I am unable to reproduce the error from https://github.com/Dave-Wagner/starter-base Screen.Recording.2025-01-13.at.9.40.04.AM.mov |
I should point out that I am specifically using Expo Go, not the Android emulator, however, even create an EAS build using an APK I have the same problem on device. I am using a Google Pixel 9. Edit: I just ran it on the Emulator in Windows and it works as expected. Perhaps it has to do with the version of Android on my Pixel 9. |
Why complete this issue? It's clearly not resolved. There is clearly an issue,. It should be addressed. |
Would you be able to try it on an actual device? I'm wondering if it's only a bug there. For reference, I have a samsung s23 and have the same issue using Expo Go or the full on development apk. The theme only changes when I change my phone's light/dark mode settings. |
Describe the bug
Using an unmodified (other than running through a tunnel and removing --ios from the Dev script) base starter, the ThemeToggle at the top right does absolutely nothing. If I had to guess it is only paying attention to the system default, in my case dark mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the theme to switch between light and dark mode on press
Platform (please complete the following information):
Additional context
Repo: https://github.com/Dave-Wagner/ebike-adventures
The text was updated successfully, but these errors were encountered: