You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: