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
..
2016-01-07 12:03:17 -08:00
2016-08-10 13:13:34 -07:00
2016-08-09 03:58:36 -07:00
2016-07-12 05:59:12 -07:00
2016-04-28 16:00:32 -07:00
2016-07-12 05:59:12 -07:00
2015-06-03 09:49:35 -08:00
2016-07-20 08:58:59 -07:00
2015-03-26 02:42:24 -08:00
2016-06-09 09:58:31 -07:00
2016-06-23 03:58:33 -07:00
2016-07-20 06:43:32 -07:00
2016-04-22 08:15:25 -07:00
2016-04-22 08:15:25 -07:00
2016-06-07 07:43:49 -07:00
2016-07-12 05:59:12 -07:00
2016-06-09 09:58:31 -07:00