mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:
committed by
Facebook Github Bot 2
parent
7e2e0deeb0
commit
fd48bc3cff
@@ -91,4 +91,6 @@
|
||||
return imageSource;
|
||||
}
|
||||
|
||||
RCT_ARRAY_CONVERTER(RCTImageSource)
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user