meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

(docs) Add Initially Hidden Carousel Bug to KNOWN_ISSUES.MD #812

Closed eduardopelitti closed 3 years ago

eduardopelitti commented 3 years ago

Following up on the request to add this to the documentation (noticing that there's a large portion of users who struggle with it and after experiencing myself this seemingly random issue on the latest stable release on a new project), I'm adding all the info I think is relevant here.

I paraphrased a few of the most common answers, especially those answered by @bd-arc.

Feel free to suggest any modifications to the text or the solutions.

Platforms affected

None.

What does this PR do?

Adds a Known Issue to the docs.

What testing has been done on this change?

None.

bd-arc commented 3 years ago

Thanks for the PR @eduardopelitti

Hope this will help users frustrated by this pesky bug!

eduardopelitti commented 3 years ago

Thank you for maintaining this awesome library @bd-arc!

Happy to contribute with anything else related to the docs or the issue-tracker.

parveenBanuS commented 1 year ago

When changing the portrait to landscape the image show perfectly but after rotate the image it shows different images like i have 52 images i am viewing index 10th image but when i change portrait to landscape it shows index 20th or other index image. is there any solution for this?