Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register custom transitioning delegates for modal presentation #68

Closed
wants to merge 2 commits into from

Conversation

epaga
Copy link

@epaga epaga commented Jun 24, 2016

This adds support for custom modal transitioning delegates to be registered in the RCCManager.

In the passProps of the call to show the modal controller, pass in a transitioningDelegateId previously registered on the RCCManager. Additionally, make sure animationType is passed in as 'custom'.

This transitioningDelegate is then applied as the UIViewController.transitioningDelegate and its modalPresentationStyle is set to UIModalPresentationCustom.

John Goering added 2 commits June 24, 2016 11:24
…ed to delegateIds in the RCCManager. In the passProps of the call to show the modal controller, pass in the transitioningDelegateId.
@drorbiran
Copy link
Contributor

Hi, we wanted to update you that we are currently postponing the processing of pull requests.
Please refer to React native controllers evolution, we'll appreciate your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants