We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8376237 commit 5c03e0aCopy full SHA for 5c03e0a
README.md
@@ -1,6 +1,10 @@
1
<div align="center">
2
3
-<img src="./images/logo.svg" alt="React Native Xenon Logo" width="128px" height="128px" />
+<picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="./images/dark-logo.svg" />
5
+ <source media="(prefers-color-scheme: light)" srcset="./images/logo.svg" />
6
+ <img alt="react-native-xenon" src="./images/logo.svg" width="128px" height="128px" />
7
+</picture>
8
9
# React Native Xenon
10
images/dark-logo.svg
0 commit comments