Mehdi Mulani
de3457f31d
Allow <Modal /> to be presented in different orientations
...
Reviewed By: javache
Differential Revision: D3760002
fbshipit-source-id: 01f5c246fb0fc041ec2d63b4ef80de858fb6fdf2
2016-09-07 13:10:11 -07:00
Mehdi Mulani
d8b2bab794
Allow <Modal /> to be configured with a custom presentation/dismissal block
...
Reviewed By: javache, majak
Differential Revision: D3751545
fbshipit-source-id: 4cf420769f7939289c0b0b70ae784328df8e2bbf
2016-08-23 16:58:41 -07:00
Jesse Sessler
2bb1c263db
Modal Animation Types
...
Summary:
Currently the Modal component uses the slide up / down animation for presenting and hiding the Modal with no options. This PR gives users a choice to use a fade in / out animation or the current slide animation (slide is the default). Android and iOS.
![](http://g.recordit.co/nfJSg487Ox.gif ) ![](http://g.recordit.co/QHGDuUFbPy.gif )
I've updated the UIExplorer and documentation.
![image](https://cloud.githubusercontent.com/assets/4265163/14743130/0bd8282c-086e-11e6-93eb-3d344431337d.png )
Thanks!
Closes https://github.com/facebook/react-native/pull/7156
Differential Revision: D3237809
Pulled By: javache
fb-gh-sync-id: 813e56ada8b19990dc5018527dc3a81b2c8b349a
fbshipit-source-id: 813e56ada8b19990dc5018527dc3a81b2c8b349a
2016-04-28 16:00:32 -07:00
Eric Lo
8c25181c44
Add onShow callback for RCTModalHostView
...
Summary: Added ability to include a callback to the modal. The callback is invoked when the modal is shown.
Reviewed By: javache
Differential Revision: D3005212
fb-gh-sync-id: 12648e17bd1cf831daf65529b87ae8cfdb901c65
shipit-source-id: 12648e17bd1cf831daf65529b87ae8cfdb901c65
2016-03-03 12:43:36 -08:00
Alexsander Akers
0f14933948
Enable transparent modal presentation with <Modal />
...
Summary:
Enable transparent modal backgrounds using `UIModalPresentationCustom` modal presentation style.
2015-08-14 04:47:12 -08:00
Alex Akers
7d19ff3dcb
Add <Modal /> component
...
Summary:
Create Modal component that can be used to present content modally.
2015-07-28 07:21:50 -08:00