Skip to content

Commit

Permalink
Upgrade for react-native v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilyu committed May 4, 2017
1 parent 3e6938e commit 8560238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default class Carousel extends Component {
}

render() {
let {style, children, horizontal, contentContainerStyle, control, onScroll, onLayout, ...others} = this.props;
let {style, children, horizontal, contentContainerStyle, control, onScroll, onLayout, direction, ...others} = this.props;
let {width, height, pageIndex} = this.state;
if (width > 0 && height > 0) {
let fixStyle;
Expand Down

0 comments on commit 8560238

Please sign in to comment.