-
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
@react-native/tester
should be private
#34570
Conversation
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: bfb36c2 |
Base commit: bfb36c2 |
@tido64 can you rebase this as the CI should be green now? |
55ee849
to
dcc7bb9
Compare
packages/rn-tester/package.json
Outdated
@@ -1,5 +1,6 @@ | |||
{ | |||
"name": "@react-native/tester", | |||
"private": true, | |||
"name": "@react-native/rn-tester", |
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.
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
@react-native/tester
should be private
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @tido64 in 49c90f7. When will my fix make it into a release? | Upcoming Releases |
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
Summary
Made
@react-native/tester
private.Changelog
[Internal] [Fixed] - Made
@react-native/tester
privateTest Plan
n/a