react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 441 forks source link

feat: support transitionStyle on iOS #549

Closed luoxuhai closed 2 years ago

luoxuhai commented 2 years ago

Summary

Added transitionStyle option on iOS to configure the transition style of the picker.

Example, transitionStyle: 'flipHorizontal':

Test Plan

What's required for testing (prerequisites)?

tested on ios emulator using the example app, change transitionStyle option.

What are the steps to reproduce (after prerequisites)?

run the example app

Compatibility

OS Implemented
iOS
Android

Checklist

vonovak commented 2 years ago

thank you! 🙂