You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the backend on an Android device results in a warning:
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.
(Saw setInterval with duration 3600000ms)
To Reproduce
Using a clean react native project:
Install i18next, i18next-locize-backend and react-i18next.
🐛 Bug Report
Using the backend on an Android device results in a warning:
To Reproduce
Using a clean react native project:
i18next
,i18next-locize-backend
andreact-i18next
.Expected behavior
Expect no warning when using this library. By either:
Your Environment
The text was updated successfully, but these errors were encountered: