react-native/React
Arthur Lee 2d42c9eb4a [ReactNative] Added support for 3 digit hex colors | Arthur Lee
Summary:
This addition adds a check for whether a hex color is 3 or 6 digits. If it is 3 digits, it will expand the short form into 6 digits, just like in CSS. The additional benefit of having the length check is that hex colors of invalid lengths (like 4 digits) will be considered invalid. In CSS, invalid length hex colors returns white, but here I have logged an error through `RCTLogError`.
Closes https://github.com/facebook/react-native/pull/455
Github Author: Arthur Lee <arthur@arthurlee.me>

Test Plan: Tried a couple of colors in the sample app, like `#FACEB0`, `#F00`, etc.
2015-03-31 20:05:14 -08:00
..
Base [ReactNative] Added support for 3 digit hex colors | Arthur Lee 2015-03-31 20:05:14 -08:00
Executors [React Kit] Remove embarrassing TODOs 2015-03-26 10:33:05 -08:00
Layout [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Modules Adding `scrollWithoutAnimationTo` method for ScrollViews 2015-03-31 16:11:40 -08:00
React.xcodeproj [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Views [ReactNative] RCTView's shadowOffset is of float type, not CGFloat 2015-03-31 17:18:20 -08:00