-
Notifications
You must be signed in to change notification settings - Fork 444
I would like the Height to be scaled according to the children #532
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@troZee If you can help me with this I would be very grateful. |
I am having same issue. Check out the video I made on issue #531. I found a fix for the issue. Would be nice if @troZee could patch this for us. currently
to
solved my issue |
It is not related to the js part. Rolling back to |
Rolling back to |
managed to solve this using
|
@mmxdr too many variable required for this solution |
I use this library in two places. One in a standard page, and another inside a modal (which has an internal scrollview). It seems rolling back the version lets it work with the modal, but then breaks my standard use case?!?!? |
Hello has anyone found solution for this? |
It will be very nice if this issue get fixed. |
I did not find a solution for this lib or react-native-reanimated-carousel so I am using Flatlist with horizontal and pagingEnabled, does the trick ! |
Describe the feature
I saw that there are numerous issues saying that the height of the PagerView is not according to the height of the children. I wish it was. Is it possible to implement this in the current source code architecture? Is there any direction? I would like to do a PR with this, but first I wanted to know if it's possible.
I saw the workarounds and in my use case they are not enough.
Motivation
I have several pages that have varying sizes. I use LazyPagerView from the new Pre-Release version, so I can't consider the highest height of the first pages.
Related Issues
#436
#386
The text was updated successfully, but these errors were encountered: