Implement multi-source Images on iOS

Summary: Mirrors Android's support for multiple sources for Image, allowing us to fetch new images as the size of the view changes.

Reviewed By: mmmulani

Differential Revision: D3615134

fbshipit-source-id: 3d0bf2b75f63a4379e0e49f2dab9aea351b31d5f
This commit is contained in:
David Goldman
2016-07-28 13:58:50 -07:00
committed by Facebook Github Bot 2
parent 7e2e0deeb0
commit fd48bc3cff
8 changed files with 120 additions and 54 deletions

View File

@@ -587,7 +587,6 @@ exports.examples = [
render: function() {
return <MultipleSourcesExample />;
},
platform: 'android',
},
{
title: 'Legacy local image',