Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabehero committed Sep 26, 2015
1 parent efb38f8 commit c65ec3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Looped carousel for React Native

Based on [react-native framework](https://github.com/facebook/react-native/) (as of 0.3.4) by Facebook.
Based on [react-native framework](https://github.com/facebook/react-native/) (as of 0.11.2) by Facebook.



Expand Down Expand Up @@ -31,7 +31,7 @@ var {
var carouselTest = React.createClass({
render: function() {
return (
<Carousel delay={500}>
<Carousel delay={500} style={{width: width, height: height}}>
<View style={{backgroundColor:'#BADA55',width:width,height:height}}/>
<View style={{backgroundColor:'red',width:width,height:height}}/>
<View style={{backgroundColor:'blue',width:width,height:height}}/>
Expand Down

0 comments on commit c65ec3d

Please sign in to comment.