Open jdatcharacter opened 3 months ago
After digging a little deeper into the react native Text
docs, it may be because nested text nodes are resolved into a single text node - making a ref to a nested text impossible.
Trying to add a custom style to a text node using a view wrapper - doesn't seem to be possible if any parent nodes are Text
nodes. Any thoughts welcome.
Simulating on iPhone 15
Has this been reported before? Seems like refs may not be passed correctly or something funky is going on.