I'm building an app where I display emails on it. I have no control over those emails, so I don't know what their CSS looks like.
Is there any "easy" way to automatically switch the whole HTML to dark mode, whenever possible?
Just like Gmail does when your device has Dark Mode enabled.
I'm using React Native and Expo, displaying the HTML through WebView, in case it's of any help. Thanks!