react native 在特定时间执行代码

Posted

技术标签:

【中文标题】react native 在特定时间执行代码【英文标题】:Execute code at specific time in react native 【发布时间】:2017-01-19 07:12:14 【问题描述】:

我想在特定时间执行我的 react native 应用程序的某些功能,无论应用程序是打开还是在后台。

例如,在周一下午 3:00 和周三下午 5:00 执行函数

有可能实现吗?对不起,如果问题是菜鸟。另一种方法是从服务器端发送请求,但我想知道是否可以从应用端发送。

谢谢

【问题讨论】:

【参考方案1】:

目前完全不支持后台任务,仅android位还是有限制的:https://facebook.github.io/react-native/blog/2016/10/25/0-36-headless-js-the-keyboard-api-and-more.html

React Native 也有限制,当应用在后台时,js 桥停止获取消息。

【讨论】:

以上是关于react native 在特定时间执行代码的主要内容,如果未能解决你的问题,请参考以下文章

Appcenter Android Build for React-Native with Unity

不显示特定通知 React Native

在 react-native-reanimated 中继续循环动画

React Native 桥接原生模块

react-native 中的设备 GPS 配置

cmd : react-native run-android 在每次文件更改时