Skip to content

Fix prefab header paths for rrc_text and rrc_textinput - #43591

Closed
j-piasecki wants to merge 4 commits into
react:mainfrom
j-piasecki:patch-2
Closed

Fix prefab header paths for rrc_text and rrc_textinput#43591
j-piasecki wants to merge 4 commits into
react:mainfrom
j-piasecki:patch-2

Conversation

@j-piasecki

Copy link
Copy Markdown
Contributor

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

Test Plan:

@facebook-github-botfacebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Software Mansion Partner: Software Mansion Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Mar 21, 2024
Pair(
"../ReactCommon/react/renderer/components/textinput/",
"react/renderer/components/androidtextinput/")),
Pair("../ReactCommon/react/renderer/components/textinput/androidtextinput", "")),

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
ContributorAuthor

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.

@analysis-bot

Copy link
Copy Markdown
PlatformEngineArchSize (bytes)Diff
androidhermesarm64-v8a18,093,686-4
androidhermesarmeabi-v7an/a--
androidhermesx86n/a--
androidhermesx86_64n/a--
androidjscarm64-v8a21,462,794-1
androidjscarmeabi-v7an/a--
androidjscx86n/a--
androidjscx86_64n/a--

Base commit: 1c52d38
Branch: main

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-botfacebook-github-bot added the Merged This PR has been merged. label Mar 21, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cortinico merged this pull request in 623bbe6.

huntie pushed a commit that referenced this pull request Mar 25, 2024
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
This was referenced Jun 28, 2024
@cipolleschicipolleschi mentioned this pull request Jul 22, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.MergedThis PR has been merged.p: Software MansionPartner: Software MansionPartnerShared with MetaApplied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@j-piasecki@analysis-bot@facebook-github-bot@cortinico