react-native-macos/ReactCommon/fabric/attributedstring
David Vacca bcc482e655 Fix parsing of textAlign props in C++
Summary:
This diff fixes the parsing of the textAlign prop in Fabric. The current parsing does not support 'justify' or 'auto' values.
See https://facebook.github.io/react-native/docs/0.59/text-style-props#textalign for more details about the values of these props in the JS side.

Reviewed By: shergin

Differential Revision: D16269509

fbshipit-source-id: e0d9168d6022245430de644f7c4e45c968b1326b
2019-07-15 18:33:26 -07:00
..
tests Fabric: A bunch of `#ifdef ANDROID` 2019-02-06 16:34:46 -08:00
AttributedString.cpp Fabric: Using `small_vector` instead of regular `vector` in some hot code paths 2019-03-07 13:41:20 -08:00
AttributedString.h Fabric: Fixing usage of Folly's `hash_combine` 2019-03-14 18:35:00 -07:00
BUCK Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
ParagraphAttributes.cpp Fabric: Use LRU to cache results of ParagraphShadowNode::measure 2019-01-25 17:00:51 -08:00
ParagraphAttributes.h Fabric: Fixing usage of Folly's `hash_combine` 2019-03-14 18:35:00 -07:00
TextAttributes.cpp Add NAN check for text font sizeMultiplier (#24966) 2019-05-22 22:53:25 -07:00
TextAttributes.h Fabric: Fixing usage of Folly's `hash_combine` 2019-03-14 18:35:00 -07:00
conversions.h Fix parsing of textAlign props in C++ 2019-07-15 18:33:26 -07:00
primitives.h Fabric: Enabling clang-format for half of Fabric modules 2018-10-05 11:03:23 -07:00