-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RCTAttributedTextUtils.mm
: Split NSAttributedString
creation
#42595
Conversation
…unctions ...in preparation for adding new logic here.
@sammy-SC Any chance you could review this? |
Base commit: 6d77d7b |
@sammy-SC ...but if you could recommend some Objective-C expert from the React Native team, I would also be grateful! 😃 |
@sammy-SC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cubuspl42, thanks for your contribution!
Thank you! You'll thank me later; non-trivial PRs will come after this wave. Currently, the wave progress is 2/6. I would be extremely grateful for taking a look at maybe one more: |
Summary:
RCTAttributedTextUtils.mm
: SplitNSAttributedString
creation to functions in preparation for adding new logic here.This is a minor improvement in the context of my multi-PR work on react-native-community/discussions-and-proposals#695.
Changelog:
[INTERNAL] [CHANGE] - Refactor
NSAttributedString
creation inRCTAttributedTextUtils.mm
Test Plan: