如何在本机反应中防止屏幕睡眠
Posted
技术标签:
【中文标题】如何在本机反应中防止屏幕睡眠【英文标题】:How to prevent screen sleep in react native 【发布时间】:2020-07-30 15:32:03 【问题描述】:我想在播放视频时唤醒屏幕 NativeModules.KCKeepAwake.activate() 在 react native 中被贬低
还有其他解决方案吗?
【问题讨论】:
【参考方案1】:如果您使用 expo,您可以使用:https://docs.expo.io/versions/latest/sdk/keep-awake/
如果您不使用 expo,那么您可以使用:https://github.com/marcshilling/react-native-idle-timer#readme
【讨论】:
以上是关于如何在本机反应中防止屏幕睡眠的主要内容,如果未能解决你的问题,请参考以下文章