Files
react-native-code-push/test/template/scenarios/updateNotifyApplicationReady.js
scottbommarito 7ae7b48eac server url pls
2016-05-13 17:22:34 -07:00

13 lines
313 B
JavaScript

var CodePushWrapper = require("../codePushWrapper.js");
import CodePush from "react-native-code-push";
module.exports = {
startTest: function(testApp) {
testApp.readyAfterUpdate();
CodePush.notifyAppReady();
},
getScenarioName: function() {
return "Good Update";
}
};