mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
Add stub for notifyApplicationReady
This commit is contained in:
@@ -84,12 +84,17 @@ function getCurrentPackage() {
|
||||
return NativeCodePush.getCurrentPackage();
|
||||
}
|
||||
|
||||
functino notifyApplicationReady() {
|
||||
return NativeCodePush.notifyApplicationReady();
|
||||
}
|
||||
|
||||
var CodePush = {
|
||||
getConfiguration: getConfiguration,
|
||||
checkForUpdate: checkForUpdate,
|
||||
download: download,
|
||||
apply: apply,
|
||||
getCurrentPackage: getCurrentPackage,
|
||||
notifyApplicationReady: notifyApplicationReady,
|
||||
setUpTestDependencies: setUpTestDependencies
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user