mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
dc97e3fb4e
Summary: In 0.46, as warning's advice, I use `ImageBackground` to replace `Image`s which used as background image wrapper, and in some cases, I also wrap `ImageBackground` with `TouchableHighlight` to make it clickable. But here comes an error: > Touchable child must either be native or forward setNativeProps to a native component ![2017-07-07 3 25 19](https://user-images.githubusercontent.com/3055294/27948869-f7c5832c-632d-11e7-97ba-5074cca82961.png) So I pick some code from `Image.ios.js` into `ImageBackground.js` to solve it. Please help to review, thanks! Closes https://github.com/facebook/react-native/pull/14884 Reviewed By: shergin Differential Revision: D5380988 Pulled By: javache fbshipit-source-id: 35fda029030a39e720b6266f5d0a27ea3ff145ef