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
eas build --profile=preview -p=android --local for the production-like APK or eas build --profile=devclient -p=android --local to build the dev-client for testing.
I installed the built app to my wireless-debugging connected device using adb install -r ./build-[datetime].apk
To demonstrate the issue:
Run the app (named theme-control-demo) and press the button to create an alert. The code dictates that the theme should be dark, but it's always light.
The text was updated successfully, but these errors were encountered:
Native controls meaning: Alert, datetime picker, select, etc.
You can see the repro here:
Nantris/theme-control-demo
setThemePreference('dark') is called here: Nantris/theme-control-demo@master/App.js#L5
To build the project you can run:
eas build --profile=preview -p=android --local
for the production-like APK oreas build --profile=devclient -p=android --local
to build the dev-client for testing.I installed the built app to my wireless-debugging connected device using
adb install -r ./build-[datetime].apk
To demonstrate the issue:
Run the app (named
theme-control-demo
) and press the button to create an alert. The code dictates that the theme should be dark, but it's always light.The text was updated successfully, but these errors were encountered: