You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to implement the new library you are suggesting, but I am unable to get it working with my current code due to some missing UI features. I am not finding the following props in the this library in Parallax mode:
Any help or guidance will be very appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
danidaryaweesh
changed the title
Issues when migrating from react-native-snap-carousel to this library
Help with missing props when migrating from react-native-snap-carousel to this library
Oct 10, 2023
@dohooo I apologize if tagging you in this message is inappropriate. I was unable to add you to the ticket, and I would appreciate any advice or recommendations you may have for my issue above.
Thank you for your continued support of this library.
With mode='parallax', the size of your items is the size of the component returned by your renderItem function (mine is called CarouselSlide) affected by the modeConfig object properties. I recommend setting your CarouselSlide to the full width and using an aspect ratio, then playing around with parallaxScrollingScale, parallaxScrollingOffset and parallaxAdjacentItemScale properties.
As you no longer have the inactive state props, you can use the animationValue that the Carousel component passes to your render item function.
I have tried to implement the new library you are suggesting, but I am unable to get it working with my current code due to some missing UI features. I am not finding the following props in the this library in Parallax mode:
Any help or guidance will be very appreciated. Thanks!
The text was updated successfully, but these errors were encountered: