kkemple / kkemple/react-native-sideswipe
Bug Report: RTL Support
Open
bug
- Dominant language
- JavaScript
- Stars
- 900
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the carousel's swipe and slide-direction logic, then reproduce the issue with right-to-left content and inspect React Native's I18nManager.isRTL behavior. Done means swiping moves slides in the expected direction for both RTL and left-to-right layouts, with relevant tests or manual verification covering both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100