Long setTimeout. ReactNative Android complains
larskarbo opened this issue · 2 comments
larskarbo commented
alexcastillo commented
The long timer is important for our time synchronization strategy. I can't think of a way to silence this warning since it looks it is produced by Android.
alexcastillo commented
@larskarbo Are you initializing notion with timesync enabled?
new Notion({
timesync: true
});