Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d2fa91e

Browse files
buptkangRichard Hua
authored andcommitted
Revert "Test automation" (#700)
1 parent be96f07 commit d2fa91e

File tree

3 files changed

+2
-105
lines changed

3 files changed

+2
-105
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ captures/
153153
# Remove after this framework is published on NPM
154154
code-push-plugin-testing-framework/node_modules
155155

156-
# RN New Version App Generation
157-
Examples/testapp_rn
158-
159156
# Windows
160157
windows/.vs/
161158
windows/obj/
@@ -188,4 +185,4 @@ ipch/
188185
[Bb]in
189186
[Dd]ebug*/
190187
[Rr]elease*/
191-
Ankh.NoLoad
188+
Ankh.NoLoad

Examples/CodePushDemoApp/demo.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import CodePush from "react-native-code-push";
1616
* different check frequency, such as ON_APP_START, for a 'hands-off' approach where CodePush.sync() does not
1717
* need to be explicitly called. All options of CodePush.sync() are also available in this decorator.
1818
*/
19-
// @CodePush({ checkFrequency: CodePush.CheckFrequency.MANUAL })
19+
@CodePush({ checkFrequency: CodePush.CheckFrequency.MANUAL })
2020
class CodePushDemoApp extends Component {
2121
constructor() {
2222
super();
@@ -156,6 +156,4 @@ const styles = StyleSheet.create({
156156
},
157157
});
158158

159-
CodePushDemoApp = new CodePush(CodePushDemoApp);
160-
161159
AppRegistry.registerComponent("CodePushDemoApp", () => CodePushDemoApp);

Examples/generate-app.sh

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)