Revert "Test automation" (#700)

This commit is contained in:
BO KANG
2017-02-13 16:28:05 -08:00
committed by Richard Hua
parent be96f07eda
commit d2fa91eb61
3 changed files with 2 additions and 105 deletions

View File

@@ -16,7 +16,7 @@ import CodePush from "react-native-code-push";
* different check frequency, such as ON_APP_START, for a 'hands-off' approach where CodePush.sync() does not
* need to be explicitly called. All options of CodePush.sync() are also available in this decorator.
*/
// @CodePush({ checkFrequency: CodePush.CheckFrequency.MANUAL })
@CodePush({ checkFrequency: CodePush.CheckFrequency.MANUAL })
class CodePushDemoApp extends Component {
constructor() {
super();
@@ -156,6 +156,4 @@ const styles = StyleSheet.create({
},
});
CodePushDemoApp = new CodePush(CodePushDemoApp);
AppRegistry.registerComponent("CodePushDemoApp", () => CodePushDemoApp);