change UPDATE_INSTALLED behaviour

This commit is contained in:
Geoffrey Goh
2015-11-18 15:27:05 -08:00
parent d4153d294c
commit 9fdaf510fb
6 changed files with 35 additions and 17 deletions

View File

@@ -62,4 +62,5 @@ var styles = StyleSheet.create({
}
});
CodePushDemoApp.displayName = 'CodePushDemoApp';
AppRegistry.registerComponent('CodePushDemoApp', () => CodePushDemoApp);