react-native-live-markdown
react-native-live-markdown copied to clipboard
Migrate from `NSLayoutManager` to `NSTextLayoutManager`
trafficstars
Details
Closes https://github.com/Expensify/react-native-live-markdown/issues/145.
[!CAUTION]
NSTextLayoutManageris available since iOS 16. On older versions of iOS, blockquote ribbon will not be drawn.
Related Issues
GH_LINK
Manual Tests
Linked PRs
I think that maybe we should consider leaving previous solution as a fallback for iOS versions lower than 16. iOS 16 is a very recent update so it is possible that someone would want to use this on earlier versions.
Other than that this PR looks great in my opinion! 🎉
@maksg I've added fallback for iOS 15 and older in 7e56e5e68e158d1fe5c93d221f6a1d28d5b85992
| TextKit 1 | TextKit 2 |
|---|---|