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

fix(ios): drop support for curl transition style (#343)

Open krozniata opened this issue 3 years ago • 0 comments

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)

krozniata avatar Aug 25 '22 11:08 krozniata