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