rgommezz / react-native-offline

Handy toolbelt to deal nicely with offline/online connectivity in a React Native app. Smooth redux integration ✈️
MIT License
2.34k stars 272 forks source link

Help Needed while re-starting/opening the app for POST type REST API with Redux Saga #361

Open pankaj9singh opened 2 years ago

pankaj9singh commented 2 years ago

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 >> fire a POST type API >> Close the app >> Again open the app >> turn on the internet >> It should execute all pending API calls.

My Environment:

software version
react-native-offline ^6.0.0
react-native 0.64.0
node v18.5.0
npm or yarn yarn
mahadevsempires commented 2 years ago

same question I have

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.