After reopen: to have a last build of js bundle
After reopen: we have bundle from build
export default codePush({
checkFrequency: codePush.CheckFrequency.ON_APP_RESUME,
installMode: codePush.InstallMode.ON_NEXT_SUSPEND
})(App);
@ViraRodionova sorry, could you please check if it is a duplicate case for https://github.com/Microsoft/react-native-code-push/issues/1041 or not?
No it isn't a duplicate, but it is related to each other.
We found the problem: just didn't set getting js bundle from codepush while manual linking, react-native link react-native-code-push fix this
Most helpful comment
We found the problem: just didn't set getting js bundle from codepush while manual linking, react-native link react-native-code-push fix this