react-native-offline icon indicating copy to clipboard operation
react-native-offline copied to clipboard

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

Results 28 react-native-offline issues
Sort by recently updated
recently updated
newest added

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Actually, I want to execute the pending request even if the app is closed and reopened by the user. So the flow is: The user turns off the internet >>...

wontfix

Bumps [jsdom](https://github.com/jsdom/jsdom) from 13.2.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

wontfix
dependencies

Hi, after the library is installed, and added the NetworkProvider in the main entry file I get this error: `TypeError: null is not an object (evaluating 'P.store') ` My project...

wontfix

Did some testing and the approach react-native-offline takes to ease the creation of offline first apps looks very interesting, especially the Redux integration. I could not find any information regarding...

wontfix

### Current Behavior - What code are you running and what is happening? Actions from actionQueue are sometimes dispatched multiple times ### Expected Behavior - What do you expect should...

wontfix

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

wontfix
dependencies

[](https://issuehunt.io/r/rgommezz/react-native-offline/issues/339) ### Current Behavior - Example App will not launch with Expo Go V39+ ### Expected behavior Example App will launch with Expo Go V39+ ### How to reproduce -...

wontfix
:dollar: Funded on Issuehunt

### Current Behavior Because `react-redux` is pinned to `^7.0.0` in dependencies it means that an application using `react-native-offline` is unable to use a newer major version of `react-redux` (e.g. [v8](https://github.com/reduxjs/react-redux/releases/tag/v8.0.0))...

wontfix

### Current Behavior I'm using `useIsConnected` in an application and in the past two weeks have noticed several devices that use this to have failed network calls, but oddly they...