Native controls don't seem to be themed properly
Native controls meaning: Alert, datetime picker, select, etc.
You can see the repro here:
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 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.
@vonovak - Happy New Year! I wonder if you've had any new thoughts on what might cause this?
Thanks again for your great work!
Friendly bump. If this worked it would be such a wonderful addition to the ecosystem.
Either way, thank you for all that you've already contributed!
Hello, Apologies, I'll look into this, but might take a while, as I have other priorities,
If you contribute a PR with a fix, I'll be happy to merge it!
V.
Hello, this was fixed in v7.0.1
Thank you!