Nicholas McComb
Nicholas McComb
I'm still using it in projects, it still seems to work perfectly.
This is happening for me too. It works on a device, just not on the simulator. Test on a device and it should work for you.
@borgogelli you forgot to return the ParralaxSwiperPage items from the map function
Remove this in ParallaxSwiper.js to get around this issue: ``` componentWillReceiveProps(nextProps) { this.scrollToIndex(nextProps.scrollToIndex); } ```
Thanks @mukesh-happy! This Fixed my issue when updating from a previous version. Would be great to get this merged!