[react-navigation] Fix flow Object -> TS any

This commit is contained in:
abrahambotros
2017-06-14 21:17:09 -07:00
parent 19d0ec2398
commit 4312a93b45

View File

@@ -149,7 +149,7 @@ export type NavigationScreenOptions = {
export type NavigationScreenConfigProps = {
navigation: NavigationScreenProp<NavigationRoute, NavigationAction>,
screenProps: Object,
screenProps: any,
};
export type NavigationScreenConfig<Options> =
@@ -426,7 +426,7 @@ export type TransitionConfig = {
transitionSpec?: NavigationTransitionSpec,
// How to animate position and opacity of the screen
// based on the value generated by the transitionSpec
screenInterpolator?: (props: NavigationSceneRendererProps) => Object,
screenInterpolator?: (props: NavigationSceneRendererProps) => any,
};
export type NavigationAnimationSetter = (