Open mina4gerges opened 3 months ago
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
In IOS, images loose opacity when swiping in RTL. Did you face that ?
@jobberma Im Also facing the same issue
@jobberma Im Also facing the same issue
Did you find a solution ?
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
In IOS, images loose opacity when swiping in RTL. Did you face that ?
@jobberma can you please show us what you've got?
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
In IOS, images loose opacity when swiping in RTL. Did you face that ?
@jobberma can you please show us what you've got?
I just wanted to let you know that it works for me. thank you
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
In IOS, images loose opacity when swiping in RTL. Did you face that ?
@jobberma can you please show us what you've got?
@jobberma Im Also facing the same issue
Did you find a solution ?
i switched to react-native-reanimated-carousel, and work fine for me
seemed reasonable to switch as i don't think this package is maintained anymore.
@mina4gerges can you please add this prop to your carousel :
useScrollView={I18nManager.isRTL ? true : false}
In IOS, images loose opacity when swiping in RTL. Did you face that ?
the elements will lose opacity and size, because they are not correctly set as active items, so they get the inactiveSlideOpacity
& inactiveSlideScale
props applied to them.
if you set both the props to 1
, you visual issue will be solved, but still the active slide won't be correctly set but I don't think thats problematic in your case
Hello I am facing an issue in RTL version where the scroll to an item is not working properly and getting the below warning:
scrollToOffset may not be called in RTL before content is laid out