Replies: 1 comment 3 replies
-
Hi @xorob0! This should be possible in V3 with the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
We are setting up a project in React Native that would need to work offline. We saw that the V3 will have offline support, but the implementation of
isOnline
andisDocumentVisible
depend on the browser APIs and would not work on React Native. It would be nice if we could simply override those implementation with our owns when initializing the environment.I see there is already something similar for the
console
Beta Was this translation helpful? Give feedback.
All reactions