Fix "Invalid props.style key transformOrigin supplied to Image."
issue: https://github.com/facebook/react-native-deprecated-modules/issues/32
We no longer include PropTypes in RN 0.74, so I'm not sure if we would want to do a new release for this and backport to 0.73. @yungsters do you have any thoughts?
@NickGerleman 0.74.x is fresh release , not all proj. were migrated yet)
My 2cents on this is that we should backport this. The React Native release window support is 3 versions, so right now it is 0.72, 0.73 and 0.74. We should release packages for 0.72 and 0.73, if we need.
@cipolleschi @NickGerleman can we merge this PR ?