Because View.propTypes no longer exists in React Native 0.49, View.propTypes.style throws an exception for any app using React Native > 0.49. Should use ViewPropTypes.style instead.
This doesn't happen in dev mode, only in release. Dev mode I think just throws a warning.
Because View.propTypes no longer exists in React Native 0.49, View.propTypes.style throws an exception for any app using React Native > 0.49. Should use ViewPropTypes.style instead.
This doesn't happen in dev mode, only in release. Dev mode I think just throws a warning.