react-native/React
Martin Kralik a6868161cb dont use ios border rendering if we use default black color
Summary:
iOS and css have a different way to draw borders. Decision which rendering to use considers alpha value of given color as well.
If alpha=0 -> border is invisible -> we use ios render.
That doesn't work as expected in a case where only `borderWidth` property is set.
A default black color is used when no `borderColor` is set, but alpha checking logic will test `null`. Which resolves as alpha=0.

Reviewed By: javache

Differential Revision: D3750523

fbshipit-source-id: 453d52a16287c6286e8887a9ab3795d3ded1dec6
2016-08-23 03:58:34 -07:00
..
Base Use image references consistently in UIExplorer 2016-08-17 04:43:52 -07:00
CSSLayout Use const where possible 2016-08-22 06:59:03 -07:00
Executors Remove iOS 7 version check in RCTJSCWrapperCreate 2016-08-18 03:28:34 -07:00
Modules Make sure layout happens after setFrame:forView: 2016-08-08 03:43:23 -07:00
Profiler Fix some analyzer warnings 2016-08-09 03:58:36 -07:00
React.xcodeproj Implement system font caching in RCTFont 2016-08-05 12:44:21 -07:00
Views dont use ios border rendering if we use default black color 2016-08-23 03:58:34 -07:00