diff --git a/Libraries/AppRegistry/AppRegistry.js b/Libraries/AppRegistry/AppRegistry.js index 44cc1c72e..3cf7f3ab0 100644 --- a/Libraries/AppRegistry/AppRegistry.js +++ b/Libraries/AppRegistry/AppRegistry.js @@ -67,6 +67,10 @@ var AppRegistry = { return appKey; }, + getAppKeys: function(): Array { + return Object.keys(runnables); + }, + runApplication: function(appKey: string, appParameters: any): void { console.log( 'Running application "' + appKey + '" with appParams: ' +