【问题标题】:How to implement Dark Mode in react native application?如何在反应原生应用程序中实现暗模式? 【发布时间】:2019-06-18 07:28:09 【问题描述】: 我正在尝试在本机反应中构建一个应用程序,并希望在该应用程序中实现暗模式。但是不明白怎么实现? 【问题讨论】: 标签: react-native 【解决方案1】: 我自己从来没有这样做过,但是,在 Google 上快速搜索后,我想出了以下几个链接,您可能会觉得有用: https://medium.com/@eroticbroccoli/implementing-dark-mode-on-react-native-2bfeb624fa3d https://medium.com/maxime-heckel/switching-off-the-lights-adding-dark-mode-to-your-react-app-with-context-and-hooks-f41da6e07269 https://www.reddit.com/r/reactnative/comments/aor0pp/provide_darklight_theme_switcher_for_app/ 【讨论】: