Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 698 Bytes

File metadata and controls

17 lines (9 loc) · 698 Bytes

@appzung/react-native-code-push v11.0.0-rc3


@appzung/react-native-code-push / notifyAppReady

Function: 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.

Returns

Promise<void | StatusReport>