machadogj / react-native-carousel-control

React Native Carousel control with support for iOS and Android
MIT License
247 stars 55 forks source link

new props to modify container style #23

Closed emmajam closed 7 years ago

emmajam commented 7 years ago

Added in new props to pass through a custom container style.

e.g.

<Carousel
    containerStyle={{ marginTop: 400, marginBottom: 10 }}
>
</Carousel>