A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
My workaround for this is to force a dark theme natively in the Android app. In Platforms\Android\MainApplication.cs, insert in the class constructor the line: AppCompatDelegate.DefaultNightMode = AppCompatDelegate.ModeNightYes;