Uh oh!
There was an error while loading. Please reload this page.
[WIP] Initial implementation of Modal on Android - #5320
Conversation
facebook-github-bot
commented
Jan 14, 2016
By analyzing the blame information on this pull request, we identified @mkonicek, @ajwhite and @bestander to be potential reviewers. |
There was a problem hiding this comment.
nit: add a license header please
satya164
commented
Jan 14, 2016
@mkonicek Done :) |
facebook-github-bot
commented
Jan 14, 2016
@satya164 updated the pull request. |
mkonicek
commented
Jan 15, 2016
Wow that was fast! I assume I'll have to update some internal Buck files in order to merge this, let's see :) @facebook-github-bot shipit |
facebook-github-bot
commented
Jan 15, 2016
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/741802762587821/int_phab to review. |
facebook-github-bot
commented
Jan 15, 2016
@satya164 updated the pull request. |
satya164
commented
Jan 15, 2016
Import failed? @mkonicek |
mkonicek
commented
Jan 15, 2016
Yup need to update BUCK files. |
satya164
commented
Jan 15, 2016
Resolved conflicts. |
facebook-github-bot
commented
Jan 15, 2016
@satya164 updated the pull request. |
Ehesp
commented
Jan 15, 2016
Nice work :) |
mkonicek
commented
Jan 15, 2016
Cool, will update the Buck files and merge this. I'm doing an internal hackathon today with Shawn Wilsher from the Buck team trying to get OSS RN to build with Buck. Will move the release to Monday. @facebook-github-bot shipit |
facebook-github-bot
commented
Jan 15, 2016
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/741802762587821/int_phab to review. |
mkonicek
commented
Jan 15, 2016
Does the Modal work well for you? I've added |
satya164
commented
Jan 15, 2016
@mkonicek I had only tried closing the modal with back button. Will investigate what's happening. Thanks. |
facebook-github-bot
commented
Jan 15, 2016
@satya164 updated the pull request. |
facebook-github-bot
commented
Jan 15, 2016
@satya164 updated the pull request. |
satya164
commented
Jan 16, 2016
So, I've been trying to fix the I cannot add the instance of the class to the dialog either, because that instance is appended to a parent view on it's creation |
satya164
commented
Jan 16, 2016
cc @AaaChiuuu |
mkonicek
commented
Jan 16, 2016
Thanks for looking into it and sorry about that, I assumed it worked out of the box! |
satya164
commented
Jan 17, 2016
@mkonicek Me too. Let's get it fixed. It's gonna save me a bunch of really ugly code :D |
mpretty-cyro
commented
Feb 22, 2016
satya164
commented
Feb 24, 2016
@mpretty-homepass Nope. There are some technical difficulties we need to handle before this can be merged. It might take some time. |
mpretty-cyro
commented
Feb 24, 2016
@satya164 Ok I'll set Android up to push all modals for the time being, thanks for the update. |
satya164
commented
Mar 19, 2016
|
The
<Modal />component has the same API as on iOS - http://facebook.github.io/react-native/docs/modal.html#contentThe
animatedprop is not implemented yet.