React Native Offline Versions Save

Handy toolbelt to deal nicely with offline/online connectivity in a React Native app. Smooth redux integration ✈️

v3.14.0

5 years ago
  • Use of https protocol across all components.

v3.13.0

5 years ago
  • Flag to check internet connection regularly only when we are offline
  • Support for HEAD and OPTIONS as http methods for checking internet access

v3.10.0

5 years ago

Exporting checkInternetConnection function to query internet access on demand

v3.9.0

5 years ago

Adds ability to check for connectivity in background, defaults to false

v3.7.0

6 years ago
  • Saga to externalise connection change subscriptions, as an alternative to withNetworkConnectivity HOC

v3.5.0

6 years ago
  • Fixed issue of fetch requests never aborted

v3.4.0

6 years ago
  • Ability of checking internet connection periodically.

v3.1.0

6 years ago
  • Fixes bug of thunks not intercepted in production
  • API changes for thunks

v3.0.0

6 years ago

Breaking Changes

  • withNetworkConnectivity now receives and object as configuration instead of a single boolean parameter.

New Features

  • Internet access detection
  • Bug fixes

v2.0.0

6 years ago

Breaking Changes

New Features

  • Possibility of dismissing an action from the offline queue, based on another action dispatched in between (like navigation to other screens related)
  • Flow typed
  • Bug fixes