Style tnode.children with React Native Render HTML custom rendering?
I want to add a strike-through decoration to the #text-node-like children of a particular item we render using custom rendering. But I'm not aware of any way to actually target the child #text-like-node and apply styles to it. For example,…