react-native-offline
react-native-offline copied to clipboard
Help Needed while re-starting/opening the app for POST type REST API with Redux Saga
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 |
same question I have
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.