mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
react-native: add getRunnable method to AppRegistry (#26213)
* add getRunnable method to AppRegistry * Update index.d.ts
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user