Alias notifyAppReady

This commit is contained in:
Jonathan Carter
2016-04-18 10:06:17 -07:00
parent c7b6dd2891
commit 4e631859cd
2 changed files with 45 additions and 45 deletions

View File

@@ -204,7 +204,7 @@ declare namespace CodePush {
/**
* Notifies the CodePush runtime that an installed update is considered successful.
*/
function notifyApplicationReady(): ReactNativePromise<void>;
function notifyAppReady(): ReactNativePromise<void>;
/**
* Immediately restarts the app.