rn version: 0.57.8
react-native-code-push version: 5.4.1
after pushing the non-mandatory hot update to the server, as soon as the client calls codePush.checkForUpdate, it downloads the update and installs it directly, even without calling codePush.sync. I want to implement a custom update, and click to confirm the update before downloading the update package. has anyone encountered this problem?