react-native-code-push-saga
react-native-code-push-saga copied to clipboard
syncOnInterval, 'SYNC' action not working
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 the saga again) does the prompt show up.
The same issue when dispatching a SYNC action, nothing happens.
Any ideas?
For now I have rebuilt part of this library myself, which is working.