De-duplicate the logic for counting attachments#42596
De-duplicate the logic for counting attachments#42596jakub-trzebiatowski wants to merge 1 commit intofacebook:mainfrom
Conversation
|
@rozele Any chance you could review this? |
Base commit: cfc0ba0 |
|
@rozele I took a look at the "build_npm_package" check and it seems unrelated to my changes 🙂 |
cipolleschi
left a comment
There was a problem hiding this comment.
Hi @cubuspl42, thanks for the PR. I left a couple of comments.
One is just a nit, but the other is related to function visibility and public API and I think it would be better to address it.
What are your thoughts on this suggestion?
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
822e5aa to
c7281d7
Compare
cipolleschi
left a comment
There was a problem hiding this comment.
I added some concrete suggestions on how to move forward.
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.h
Outdated
Show resolved
Hide resolved
...er/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/TextLayoutManager.cpp
Outdated
Show resolved
Hide resolved
...er/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/TextLayoutManager.cpp
Outdated
Show resolved
Hide resolved
c7281d7 to
16479a3
Compare
cipolleschi
left a comment
There was a problem hiding this comment.
Thanks for your understanding and for applying the fixes.
CI is red but it is not due this PR: this morning Cocoapods released a new version (1.1.5.0) which is breaking. See more here.
|
@cipolleschi Thank you for reviewing and approving this PR! What is the next action point here? 🙂 |
|
/rebase - this comment automatically rebase the PR on top of main |
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
I'm soooo sorry! I was sure we already merged this PR in main. 🤦 |
|
@cipolleschi merged this pull request in 69977d0. |
Summary:
De-duplicate the logic for counting attachments.
This is a minor improvement in the context of my multi-PR work on react-native-community/discussions-and-proposals#695.
Changelog:
[INTERNAL] [CHANGE] - De-duplicate the logic for counting attachments
Test Plan: