Uh oh!
There was an error while loading. Please reload this page.
Added documentation for additional fields of Image - #9304
Conversation
ghost
commented
Aug 9, 2016
By analyzing the blame information on this pull request, we identified @davidaurelio and @JoelMarcey to be potential reviewers. |
JoelMarcey
commented
Aug 9, 2016
Thanks. Just a couple of comments. Then we can ship. |
ospfranco
commented
Aug 9, 2016
thanks @DanielMSchmidt please bear in mind, the android counterpart of that commit has not been merged yet, 7791, so current documentation should at least mention this? or maybe it is better to hold it until it has been merged |
ghost
commented
Sep 8, 2016
It's been a while since the last commit was reviewed and the labels show this pull request needs review. Based on the blame information for the files in this pull request we identified @davidaurelio as a potential reviewer. Could you take a look please or cc someone with more context? |
JoelMarcey
commented
Sep 9, 2016
I think we may still be waiting for #7791 to be merged here -- is that right @ospfranco? |
JoelMarcey
commented
Sep 9, 2016
The small changes I requested can be made in the meantime. |
mkonicek
commented
Sep 9, 2016
Thanks for the review @JoelMarcey 👍 |
I just updated the PR to deal with your comments @joelcloralt |
facebook-github-bot
commented
Sep 9, 2016
@DanielMSchmidt updated the pull request - view changes |
JoelMarcey
commented
Sep 9, 2016
Thanks. SO now we just need to decide whether this needs to wait for #7791 |
facebook-github-bot
commented
Oct 10, 2016
It's been a while since the last commit was reviewed and the labels show this pull request needs review. Based on the blame information for the files in this pull request we identified @davidaurelio as a potential reviewer. Could you take a look please or cc someone with more context? |
JoelMarcey
commented
Oct 10, 2016
#7791 is still open. We are still waiting for that, right? |
ospfranco
commented
Oct 12, 2016
Hey @JoelMarcey, sorry I was short on time, yes #7791 is still open: it was dependent on a change @rigdern made on Fresco framework for android, now that is merged so we are waiting on the pull request to be merged to react-native, once that is merged you can push this too. |
hramos
commented
Nov 10, 2016
Waiting on #7791 ... |
lacker
commented
Dec 14, 2016
Still waiting on this functionality actually getting in. |
hramos
commented
Jan 19, 2017
Waiting... |
facebook-github-bot
commented
Apr 19, 2017
@javache has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
javache
commented
Apr 19, 2017
Could you rebase this change? |
Add method, headers and body example for Image component
DanielMSchmidt
commented
Apr 19, 2017
@javache Did so 👍 |
facebook-github-bot
commented
Apr 19, 2017
@javache has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Hi there, As ospfranco found there is some documentation for the code coming from react#7338 missing, so I added it. It concerns the method, headers and bdoy field on the Image source object. If you would like to have any changes made, please don't hesitate to comment, I will add them. Have a nice day and thank you for maintaining React Native! Closesreact#9304 Differential Revision: D4913262 Pulled By: javache fbshipit-source-id: 922430ec3388560686e1cf53cb5dff7f30e4e31f
Hi there,
As @ospfranco found there is some documentation for the code coming from #7338 missing, so I added it. It concerns the method, headers and bdoy field on the Image source object.
If you would like to have any changes made, please don't hesitate to comment, I will add them.
Have a nice day and thank you for maintaining React Native!