Skip to content

Commit

Permalink
Syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed Jan 4, 2016
1 parent 943ff20 commit 9e2bb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ var Carousel = React.createClass({
}

pages = pages.map((page, i) =>
(<View
<View
style={[{width: size.width, height: size.height}, this.props.pageStyle]}
key={"page"+i}>{page}
</View>);
</View>
);

contents = (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-looped-carousel",
"version": "0.0.7",
"version": "0.0.8",
"description": "Looped carousel for React Native",
"author": "Phil Rukin <[email protected]> (http://rukin.me)",
"contributors": [{
Expand Down

0 comments on commit 9e2bb05

Please sign in to comment.