Skip to content

Commit f472943

Browse files
committed
Update import statement for CodePush to use @srcpush/react-native-code-push
1 parent 81641f1 commit f472943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/template/scenarios/updateNARConditional.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var CodePushWrapper = require("../codePushWrapper.js");
2-
import CodePush from "react-native-code-push";
2+
import CodePush from "@srcpush/react-native-code-push";
33

44
module.exports = {
55
startTest: function (testApp) {
@@ -16,4 +16,4 @@ module.exports = {
1616
getScenarioName: function () {
1717
return "Conditional Update";
1818
}
19-
};
19+
};

0 commit comments

Comments
 (0)