react-native: add getRunnable method to AppRegistry (#26213)

* add getRunnable method to AppRegistry

* Update index.d.ts
This commit is contained in:
Joey Jan
2018-06-04 08:01:56 -07:00
committed by Andy
parent 94759831fb
commit c0934c470f
+2
View File
@@ -479,6 +479,8 @@ export namespace AppRegistry {
function runApplication(appKey: string, appParameters: any): void;
function registerHeadlessTask(appKey: string, task: TaskProvider): void;
function getRunnable(appKey: string): Runnable | undefined;
}
export interface LayoutAnimationTypes {