Files
Nicolas Gallagher a2bf0a573e [fix] Image: style resolving
Cannot pass the result of StyleSheet.flatten to components, as it mixes
dynamic and static (compiled away) style information.

With the way Image is currently implemented, we have to override
'boxShadow' in all cases to avoid the 'shadow*' props being incorrectly
applied as a box-shadow. Once Image is implemented using createElement,
we can disable the 'boxShadow" generation just for Image.

Fix #2527
2023-05-31 13:29:52 -07:00
..
2023-04-12 12:39:57 -07:00
2023-04-12 12:39:57 -07:00
2023-04-12 12:39:57 -07:00