react-native-pager-view
react-native-pager-view copied to clipboard
fix(ios): drop support for curl transition style (#343)
Summary
iOS: Because of some issues with "curl" transition style on iOS, property transitionStyle is removed in this PR and UIPageViewController is always initialized with "scroll" transition.
Android: Not supported.
Closes #343
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
| OS | Implemented |
|---|---|
| iOS | ✅ |
| Android | ❌ |
Checklist
- [X] I have tested this on a device and a simulator
- [X] I added the documentation in
README.md - [X] I updated the typed files (TS and Flow)