react-native-code-push-saga
react-native-code-push-saga copied to clipboard
Redux saga that handles synchronizing a React Native app with the CodePush service
If I set for instance `syncOnInterval` to 30 seconds (and `updateDialog` true), release a new update, a dialog never shows up. Only when I restart the app (and thus load...
@geof90 Using this in my root saga ``` js yield spawn(codePushSaga, { syncOnResume: false }); ``` The following issue shows up sometime on startup since I added this. Anyway to...
Can I pass an array of actions to either of these params?