react-native/ReactCommon/fabric/attributedstring
Valentin Shergin 8b62e7a550 Fabric: Using Size instead of Point as textShadowOffset's type
Summary:
The current implementation of React Native uses `Size` as the underlying type of `textShadowOffset` which is clearly terribly wrong (especially because negative size values makes no sense). This mistake was borrowed from `NSShadow`, I believe.
I don't have time to fix this in every implementation of RN now, so let's use `Size` in Fabric as well.

Reviewed By: fkgozali

Differential Revision: D8246714

fbshipit-source-id: 1f0bf9b9dfa83802ef3faef2971fed5510494bfd
2018-06-08 20:31:40 -07:00
..
tests Fabric: New props treatment in `attributedstring` module 2018-05-14 16:03:49 -07:00
AttributedString.cpp Fabric/Text: attributedstring module, the second part 2018-05-07 18:09:06 -07:00
AttributedString.h Fabric/Text: attributedstring module, the second part 2018-05-07 18:09:06 -07:00
BUCK Re-format BUCK to use recommended style. 2018-05-20 23:24:51 -07:00
ParagraphAttributes.cpp Fabric: New props treatment in `core` module 2018-05-14 16:03:49 -07:00
ParagraphAttributes.h Fabric: New props treatment in `attributedstring` module 2018-05-14 16:03:49 -07:00
TextAttributes.cpp iOS: fix up RNTesterPods 2018-05-16 14:14:41 -07:00
TextAttributes.h Fabric: Using Size instead of Point as textShadowOffset's type 2018-06-08 20:31:40 -07:00
conversions.h Fabric: New props treatment in `attributedstring` module 2018-05-14 16:03:49 -07:00
primitives.h Fabric: New props treatment in `attributedstring` module 2018-05-14 16:03:49 -07:00