microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.37k stars 129 forks source link

Backport getRectForCharRange to 0.73-stable #2141

Closed PPatBoyd closed 2 weeks ago

PPatBoyd commented 2 weeks ago

See primary PR https://github.com/microsoft/react-native-macos/pull/2140

Summary:

Add a function to return the bounding rect of a character range in the string hosted by RCTTextView. Having such a function will enable referencing nested text runs for relative positioning of transient UI: callouts, tooltips, etc.