react-native/ReactCommon
Ramanpreet Nara 4a4e083e2a Refactor BaseTextShadowNode::getAttributedString to recurse on SharedShadowNode
Summary: Previously, `BaseTextShadowNode::getAttributedString` used to recurse on a list of `SharedShadowNode`s (i.e: the children). In the `RawText` base case of this recursion, we'll need to record the parent of the current `RawText` (so that we can dispatch the `onPress` event to it). Therefore, we need to start recursing using the `SharedShadowNode` itself, and not its children.

Reviewed By: shergin

Differential Revision: D9696908

fbshipit-source-id: dbf3f9c21a7ae4de421d0355c4e5900b3947dc2a
2018-09-10 11:41:30 -07:00
..
cxxreact Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
fabric Refactor BaseTextShadowNode::getAttributedString to recurse on SharedShadowNode 2018-09-10 11:41:30 -07:00
jschelpers Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
jsinspector Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
microprofiler Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
privatedata Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
yoga Expose logging capablities in Yoga header 2018-08-30 04:47:15 -07:00