This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-105
lines changed
Expand file tree Collapse file tree 3 files changed +2
-105
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ captures/
153153# Remove after this framework is published on NPM
154154code-push-plugin-testing-framework /node_modules
155155
156- # RN New Version App Generation
157- Examples /testapp_rn
158-
159156# Windows
160157windows /.vs /
161158windows /obj /
@@ -188,4 +185,4 @@ ipch/
188185[Bb ]in
189186[Dd ]ebug * /
190187[Rr ]elease * /
191- Ankh.NoLoad
188+ Ankh.NoLoad
Original file line number Diff line number Diff 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 } )
2020class CodePushDemoApp extends Component {
2121 constructor ( ) {
2222 super ( ) ;
@@ -156,6 +156,4 @@ const styles = StyleSheet.create({
156156 } ,
157157} ) ;
158158
159- CodePushDemoApp = new CodePush ( CodePushDemoApp ) ;
160-
161159AppRegistry . registerComponent ( "CodePushDemoApp" , ( ) => CodePushDemoApp ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments