diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 168db34cc5..ef574ec807 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -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 {