react-native-pager-view icon indicating copy to clipboard operation
react-native-pager-view copied to clipboard

fix(ios): Fix vertical list scroll directionin rtl

Open DrRefactor opened this issue 4 months ago • 2 comments

Summary

When in RTL, vertical pager view is scrolling backwards. This is unwanted behavior (only horizontal axis should be inverted in RTL).

Test Plan

Test LTR & RTL in legacy pager view.

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS

Checklist

  • [x] I have tested this on a device and a simulator
  • [ ] I added the documentation in README.md
  • [ ] I updated the typed files (TS and Flow)

DrRefactor avatar Oct 08 '24 11:10 DrRefactor