Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed support of nested content inside <Image> on iOS
Summary: Use <ImageBackground> instead or (even better), implement it yourself using container <View> and nested <Image> with `position: absolute;` styling. This diff was decoupled from D5189017 for more granularity. Reviewed By: mmmulani Differential Revision: D5779989 fbshipit-source-id: e0a724008e679426f61ed0841f9eff6d62fb943b
- Loading branch information