kkemple/react-native-sideswipe

Bug Report: RTL Support

jadidian opened this issue · 4 comments

On right-to-left content, swiping moves the slides to the opposite direction.

I guess it should be an easy fix, probably checking I18nManager.isRTL and changing some -/+ would do the trick.

I will be starting this week on this unless you would like to give it a try!

hey @kkemple I'd love to contribute but unfortunately I'm on a very tight schedule these days working on a project for a client.

+1 Would love to see this!

@kkemple Also when using a device that is RTL on Android the carousel is reversed. Items are being added to the left side when you can only actually swipe right (the index increases to the right) :(