- Fix scrolling to top when pressing iOS status bar (@juankiz)
- Added indicatorOffset property (@regeda)
- Fix for page loop animation
- Fix for Dimension import
- Remove duplicate width calculation when initialPage is defined (@ptmt)
- Add autoplay and looping options (@PraiseGeek)
- Add
indicatorSpace
prop (@alinz)
- Add
indicatorSize
prop (@daviferreira)
- Add
hideIndicators
prop (@daviferreira)
- Add
onPageChange
prop (@unknownexception)
- Bump react-native dependency
- Add
indicatorAtBottom
prop (@imaffett) - Added new styles for the indicator positions (@imaffett)
- Clicking the indicators will switch the card/page it is on. (@imaffett)
- Set the background of the indicator to transparent. (@imaffett)
- Set bounces=false on the ScrollView used for the Carousel (@imaffett)
- Initial component