mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[Flow] Fix or suppress last minute errors for 0.12.0
This commit is contained in:
@@ -83,16 +83,16 @@ var NavigatorTransitionerIOS = React.createClass({
|
||||
type Route = {
|
||||
component: Function;
|
||||
title: string;
|
||||
passProps: Object;
|
||||
backButtonTitle: string;
|
||||
backButtonIcon: Object;
|
||||
leftButtonTitle: string;
|
||||
leftButtonIcon: Object;
|
||||
onLeftButtonPress: Function;
|
||||
rightButtonTitle: string;
|
||||
rightButtonIcon: Object;
|
||||
onRightButtonPress: Function;
|
||||
wrapperStyle: any;
|
||||
passProps?: Object;
|
||||
backButtonTitle?: string;
|
||||
backButtonIcon?: Object;
|
||||
leftButtonTitle?: string;
|
||||
leftButtonIcon?: Object;
|
||||
onLeftButtonPress?: Function;
|
||||
rightButtonTitle?: string;
|
||||
rightButtonIcon?: Object;
|
||||
onRightButtonPress?: Function;
|
||||
wrapperStyle?: any;
|
||||
};
|
||||
|
||||
type State = {
|
||||
|
||||
Reference in New Issue
Block a user