Skip to content

Commit

Permalink
fix: remove invalid react-navigation-stack back button props (#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored and AndrewSouthpaw committed Dec 11, 2019
1 parent 6868abe commit b527cb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,7 @@ declare module 'react-navigation-stack' {
backTitleVisible?: boolean,
allowFontScaling?: boolean,
titleStyle?: ?TextStyleProp,
headerLayoutPreset: 'left' | 'center',
width?: ?number,
scene: NavigationStackScene,
|};

declare export type NavigationStackScreenOptions = NavigationScreenOptions & {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,7 @@ declare module 'react-navigation-stack' {
backTitleVisible?: boolean,
allowFontScaling?: boolean,
titleStyle?: ?TextStyleProp,
headerLayoutPreset: 'left' | 'center',
width?: ?number,
scene: NavigationStackScene,
};

declare export type NavigationStackScreenOptions = NavigationScreenOptions & {
Expand Down

0 comments on commit b527cb0

Please sign in to comment.