-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Fix prefab header paths for rrc_text
and rrc_textinput
#43591
Conversation
Pair( | ||
"../ReactCommon/react/renderer/components/textinput/", | ||
"react/renderer/components/androidtextinput/")), | ||
Pair("../ReactCommon/react/renderer/components/textinput/androidtextinput", "")), |
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.
This folder doesn't exists and is making the whole build fail.
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.
Sorry, the paths got changed between 0.73 and 0.74. Should be fine now.
Base commit: 1c52d38 |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cortinico merged this pull request in 623bbe6. |
Summary: - `rrc_textinput` at the moment points to a wrong subdirectory and needlessly adds a prefix path - `rrc_text` is missing headers for `attributedstring` which it depends on ## Changelog: [ANDROID] [FIXED] - Fixed prefab header paths for `rrc_text` and `rrc_textinput` Pull Request resolved: #43591 Reviewed By: fkgozali Differential Revision: D55199580 Pulled By: cortinico fbshipit-source-id: 85126c00943f82e908a52e05587661597761852e
Summary:
rrc_textinput
at the moment points to a wrong subdirectory and needlessly adds a prefix pathrrc_text
is missing headers forattributedstring
which it depends onChangelog:
[ANDROID] [FIXED] - Fixed prefab header paths for
rrc_text
andrrc_textinput
Test Plan: