mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
flow cover for getActiveChildNavigationOptions (#6018)
* declare export function getActiveChildNavigationOptions * some changes * some changes * any * make some changes * NavigationScreenProp * options
This commit is contained in:
@@ -1295,4 +1295,12 @@ declare module 'react-navigation' {
|
||||
getScreenProps: () => {},
|
||||
getCurrentNavigation: () => ?NavigationScreenProp<State>
|
||||
): NavigationScreenProp<State>;
|
||||
|
||||
declare export function getActiveChildNavigationOptions<
|
||||
State: NavigationState,
|
||||
Options: {}
|
||||
>(
|
||||
navigation: NavigationScreenProp<State>,
|
||||
screenProps?: {}
|
||||
): Options;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user