react-native/Libraries/StyleSheet
Christopher Chedeau 18e6094cab [ReactNative] Add overflow to the whitelisted Image props
Summary:
For some reason we're now spamming the logs everytime we render an Image because overflow is not defined in the whitelist. overflow: 'hidden' is needed for network images with cover mode.

The way we currently define those is not optimal where we try to factor as many things as possible into distinct propTypes. However for Text we're not even using this but we are getting all the ones from View (which many do not apply) and remove some that aren't needed.

It may be useful to cleanup this in the future but in the short term, it's better to remove this warning that doesn't have much value anyway.
2015-07-27 11:06:27 -08:00
..
EdgeInsetsPropType.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
LayoutPropTypes.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00
PointPropType.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
StyleSheet.js Remove duplicate word 2015-04-09 08:48:22 -08:00
StyleSheetPropType.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00
StyleSheetRegistry.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00
StyleSheetValidation.js [ReactNative] Add overflow to the whitelisted Image props 2015-07-27 11:06:27 -08:00
TransformPropTypes.js [transform] add perspective property to transform 2015-07-15 08:08:29 -08:00
flattenStyle.js [ReactNative] Revert D2134877 2015-06-08 13:49:28 -08:00
precomputeStyle.js [transform] add perspective property to transform 2015-07-15 08:08:29 -08:00
styleDiffer.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00