nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

Remove duplicate width calculation when initialPage is defined #23

Closed ptmt closed 8 years ago

ptmt commented 8 years ago

Fix minor bug to make initialPage usable. Now it's not working properly because scrollview gets this.props.initialPage*this.props.initialPage*width.