mirror of
https://github.com/status-im/react-native.git
synced 2025-01-20 22:39:20 +00:00
47508566a0
Summary: resizeMode is a native prop, but it is also in the propTypes, so this causes an incorrect warning: ``` Prop resizeMode = `contain` should not be set directly on Image. ``` @public Test Plan: No warnings on image example in UIExplorer