Skip to content

Tags: MuhammadUmairghufran/react-native-offline

Tags

v3.14.0

Toggle v3.14.0's commit message
Fixes rgommezz#125, version bump

v3.13.0

Toggle v3.13.0's commit message
Prettier fixes + minor version bump

3.9.0

Toggle 3.9.0's commit message
Adds ability to check for connectivity in background, defaults to fal…

…se (rgommezz#97)

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exporting checkInternetConnection for queries on demand + docs (rgomm…

…ezz#99)

v3.9.0

Toggle v3.9.0's commit message
Adds ability to check for connectivity in background, defaults to fal…

…se (rgommezz#97)

v3.7.0

Toggle v3.7.0's commit message
Version bump

v3.5.0

Toggle v3.5.0's commit message
Replaced fetch by promisified xmlhttprequest (rgommezz#61)

v3.4.0

Toggle v3.4.0's commit message
Added ability to check connectivity regularly (rgommezz#32)

v3.1.0

Toggle v3.1.0's commit message
Version bump

v3.0.0

Toggle v3.0.0's commit message
Checking for internet access (rgommezz#16)

Feature: Internet access detection:
- Extra step before reporting we are connected to avoid false positives
- Light HEAD ping request to a stable server as implementation
- Configurable ping server and timeout
- Update README.md to reflect new API