machadogj / react-native-carousel-control

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

Is it possible to know the carousel index card inside the card? #19

Closed FilipMessa closed 7 years ago

FilipMessa commented 7 years ago

I'm trying to resize the cards when active, but i don'k now how know the card if is active. Is there some way to achieve this?

thanx

waleedarshad-vf commented 7 years ago

+1

machadogj commented 7 years ago

Hi @FilipMessa, will the "onPageChange" not work for you? Gives you the index of the active card.

waleedarshad-vf commented 7 years ago

@FilipMessa yes it works. sorry i just followed it blindly. it is working absolutely fine. actually document should be update that "onPageChange will return index of selected page" :)

Thanks

machadogj commented 7 years ago

@waleedarshad-vf I agree that docs should be updated! Thanks. @FilipMessa let me know if this is ok for you!

FilipMessa commented 7 years ago

@machadogj Yes it is ok thanks