react-native-pager-view
react-native-pager-view copied to clipboard
fix(ios): Fix vertical list scroll directionin rtl
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)