-
Notifications
You must be signed in to change notification settings - Fork 734
Fix/page carousel RTL android #1612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, added a comment\question
@@ -75,7 +101,8 @@ function PageCarousel({...props}) { | |||
showsHorizontalScrollIndicator={false} | |||
onScroll={scrollHandler} | |||
scrollEventThrottle={16} | |||
contentOffset={contentOffset} // iOS only | |||
contentOffset={initialOffset} // iOS only | |||
onLayout={scrollToInitial} // Android only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android with RTL has a visible change of page with initialIndex
; according to the docs, contentOffset
should work for Android, but it doesn't, should we create a ticket to check-up on it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a very old issue..
not sure when they will even support that.
I wouldn't try to hard to solve that.. at least for now
Description
Suggest going over the commit by order
WOAUILIB-2153
Changelog
TabController.PageCarousel - Fix RTL issue on Android