Skip to content
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

@react-native/tester should be private #34570

Closed
wants to merge 2 commits into from

Conversation

tido64
Copy link
Collaborator

@tido64 tido64 commented Sep 2, 2022

Summary

Made @react-native/tester private.

Changelog

[Internal] [Fixed] - Made @react-native/tester private

Test Plan

n/a

@facebook-github-bot facebook-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: Microsoft Partner: Microsoft Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Sep 2, 2022
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented Sep 2, 2022

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,638,851 -42,762
android hermes armeabi-v7a 7,050,676 -35,697
android hermes x86 7,940,646 -44,024
android hermes x86_64 7,912,774 -44,802
android jsc arm64-v8a 9,513,749 -39,592
android jsc armeabi-v7a 8,289,047 -32,560
android jsc x86 9,453,291 -40,856
android jsc x86_64 10,044,547 -41,537

Base commit: bfb36c2
Branch: main

@analysis-bot
Copy link

analysis-bot commented Sep 2, 2022

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: bfb36c2
Branch: main

@cortinico
Copy link
Contributor

@tido64 can you rebase this as the CI should be green now?

@tido64 tido64 force-pushed the tido/rename-rn-tester-package-name branch from 55ee849 to dcc7bb9 Compare September 6, 2022 09:06
@tido64 tido64 added the Tech: Monorepo For PRs that are related to the monorepo infra label Sep 12, 2022
@@ -1,5 +1,6 @@
{
"name": "@react-native/tester",
"private": true,
"name": "@react-native/rn-tester",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @tido64,
Can I ask you to undo the renaming?

We had some discussions internally about this specific package (RN Tester) and it turns out that the status quo is the preferred way.

  • @react-native/tester is the correct name of this package as it's the "React Native Tester"
  • packages/rn-tester we're going to keep the folder name as it has better discoverability + we're depriotizing the folder rename (as it brings little value at the moment and it slow us down drastically).

More on this here: #34692

The other changes are valid

@tido64 tido64 changed the title Rename rn-tester's package name to match its folder name @react-native/tester should be private Sep 15, 2022
@facebook-github-bot
Copy link
Contributor

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

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @tido64 in 49c90f7.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Sep 16, 2022
@yungsters yungsters deleted the tido/rename-rn-tester-package-name branch September 29, 2022 16:16
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
Made `react-native/tester` private.

## Changelog

[Internal] [Fixed] - Made `react-native/tester` private

Pull Request resolved: facebook#34570

Test Plan: n/a

Reviewed By: lunaleaps

Differential Revision: D39235797

Pulled By: cortinico

fbshipit-source-id: d5dee20f1ddfc198b3a776464a91de470ce824f6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. p: Microsoft Partner: Microsoft Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. Tech: Monorepo For PRs that are related to the monorepo infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants