react-native-code-push-saga icon indicating copy to clipboard operation
react-native-code-push-saga copied to clipboard

Redux saga that handles synchronizing a React Native app with the CodePush service

Results 4 react-native-code-push-saga issues
Sort by recently updated
recently updated
newest added

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?

enhancement