facebookexperimental/Recoil

[React Native] "Setting a timer for a long period of time" warning

オープン

#1,030 opened on 2021/05/16

 (8 件のコメント) (32 件のリアクション) (0 人の担当者)JavaScript (1,151 件のフォーク)batch import
help wantednative

Repository metrics

Stars
 (19,428 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Version 0.3.0 produces warning:

 WARN  Setting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android as it keeps the timer module awake, and timers can only be called when the app is in the foreground. See https://github.com/facebook/react-native/issues/12981 for more info.

Happens because of https://github.com/facebookexperimental/Recoil/blob/master/src/hooks/Recoil_Hooks.js#L60.

Any plans to fix it?

コントリビューターガイド