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/
153
153
# Remove after this framework is published on NPM
154
154
code-push-plugin-testing-framework /node_modules
155
155
156
- # RN New Version App Generation
157
- Examples /testapp_rn
158
-
159
156
# Windows
160
157
windows /.vs /
161
158
windows /obj /
@@ -188,4 +185,4 @@ ipch/
188
185
[Bb ]in
189
186
[Dd ]ebug * /
190
187
[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";
16
16
* different check frequency, such as ON_APP_START, for a 'hands-off' approach where CodePush.sync() does not
17
17
* need to be explicitly called. All options of CodePush.sync() are also available in this decorator.
18
18
*/
19
- // @CodePush ({ checkFrequency: CodePush.CheckFrequency.MANUAL })
19
+ @CodePush ( { checkFrequency : CodePush . CheckFrequency . MANUAL } )
20
20
class CodePushDemoApp extends Component {
21
21
constructor ( ) {
22
22
super ( ) ;
@@ -156,6 +156,4 @@ const styles = StyleSheet.create({
156
156
} ,
157
157
} ) ;
158
158
159
- CodePushDemoApp = new CodePush ( CodePushDemoApp ) ;
160
-
161
159
AppRegistry . registerComponent ( "CodePushDemoApp" , ( ) => CodePushDemoApp ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments