-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add offline mode #111
Conversation
Don't merge it until running on a real device |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @Mercy811!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @Mercy811 !
# [1.3.0](v1.2.0...v1.3.0) (2024-02-08) ### Features * add offline mode ([#111](#111)) ([37b337d](37b337d))
🎉 This PR is included in version 1.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary
User interfaces
This feature is enabled by default.
To opt out of using
NetworkConnectivityCheckerPlugin
and implement custom offline logic, settingconfig.offline
toNetworkConnectivityCheckerPlugin.Disabled
will prevent the plugin from installing.Tests
Tests to toggling network connection are based on https://amplitude.atlassian.net/wiki/spaces/GOV/pages/2319024851/Mock+network+changes.
Note
Note that simulators don't accurately reflect network changes of Mac (example). So test it on a real device.
Checklist