@appzung/react-native-code-push v11.0.0-rc3
@appzung/react-native-code-push / notifyAppReady
notifyAppReady():
Promise<void|StatusReport>
Notifies the CodePush runtime that an installed update is considered successful.
If you are manually checking for and installing updates (i.e. not using the sync method to handle it all for you), then this method MUST be called; otherwise CodePush will treat the update as failed and rollback to the previous version when the app next restarts.
Promise<void | StatusReport>