Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from Dallas62/master
Browse files Browse the repository at this point in the history
Fix props type check.
  • Loading branch information
Traviskn committed Jan 4, 2018
2 parents 4bf47de + 2347f3f commit e657a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Stack extends Component {
renderRightSegment: func,
animationType: string,
gestureEnabled: bool,
stackViewStyle: object
stackViewStyle: View.propTypes.style
};

static defaultProps = {
Expand Down
2 changes: 1 addition & 1 deletion lib/StackTransitioner.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class StackTransitioner extends Component {
height: number.isRequired,
animationType: string.isRequired,
gestureEnabled: bool,
stackViewStyle: object
stackViewStyle: View.propTypes.style
};

state = {
Expand Down

0 comments on commit e657a1f

Please sign in to comment.