react-native/ReactCommon/fabric
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
..
activityindicator iOS: Support <ActivityIndicator> component 2018-05-23 10:22:47 -07:00
attributedstring Fabric: Using Size instead of Point as textShadowOffset's type 2018-06-08 20:31:40 -07:00
core Remove unused include. (#19548) 2018-06-07 08:36:37 -07:00
debug Re-format BUCK to use recommended style. 2018-05-20 23:24:51 -07:00
graphics Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
sample Fabric: Application layer of events infrastructure 2018-05-22 16:31:58 -07:00
scrollview Fabric: ScrollView events 2018-05-22 16:31:59 -07:00
text Fabric: Support of accessibility events for <View> component 2018-05-22 16:31:58 -07:00
textlayoutmanager Fabric: Using Size instead of Point as textShadowOffset's type 2018-06-08 20:31:40 -07:00
uimanager Fabric: The first version of event dispatching pipeline 2018-06-01 09:37:46 -07:00
view Fabric: Support for `onLayout` event 2018-05-24 18:27:59 -07:00