machadogj / react-native-carousel-control

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

Fix for scrollTo(y,x,animated) deprecation #3

Closed markgoodyear closed 8 years ago

markgoodyear commented 8 years ago

Fixes the deprecation of scrollTo(y,x,animated), reference issue: #2.

machadogj commented 8 years ago

Thanks @markgoodyear!!

machadogj commented 8 years ago

npm publish'd

markgoodyear commented 8 years ago

@machadogj No problem, thanks for creating this plugin!