onValueChange randomly emitted every 8s on the new architecture #666
Labels
bug report
Something isn't working
new architecture
Issue relates to react-native new architecture
platform: Android
Issue related to Android platform
platform: iOS
Issue related to iOS platform
Environment
Yes, this occurs using the new architecture.
Description
After upgrading to SDK52 with the new architecture,
onValueChange
is emitted without any user interaction at a regular interval. The error occurs on both Android and iOS (ok on web).On iOS the interval is 10s and Android 8s. (And I have no idea why this is different and why it has a regular interval)
Reproducible Demo
Current time is a value that changes every second, the logs show that the
onValueChange
is called every 8 seconds.The text was updated successfully, but these errors were encountered: