mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
Revert "Test automation" (#700)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user