Rename npm package to terra-rt (unscoped, org-team owned)#7
Merged
Conversation
The old name react-native-terra-rt-react is redundant + individually owned (elliottyu). Republish as unscoped 'terra-rt' — matching the org's other SDK packages (terra-react, terra-api, terra-capacitor, terra-graphs are all unscoped names managed by the tryterra org team) rather than the scoped @tryterra/terra-ui outlier. Version continues 0.2.4 -> 0.2.5. Native module names (podspec s.name, android project) unchanged — RN autolinking is independent of the npm name, and the bump workflows reference the podspec by filename. Package added to the tryterra org team after first publish.
terra-alex
force-pushed
the
rename-npm-terra-rt
branch
from
July 10, 2026 16:14
b9bc25f to
5816240
Compare
'terra-rt' is shorter than the old name, so the named import now fits on one line — prettier/eslint --fix.
tsconfig paths mapping is what typecheck resolves the local package through — must match the new npm name. Also README title/install + the not-linked error message shown to consumers. Native module name (podspec s.name, CONTRIBUTING dev refs) intentionally unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the cursedly-named
react-native-terra-rt-react(redundant, individually owned by elliottyu) toterra-rt.Unscoped, to match the org's other SDK packages —
terra-react,terra-api,terra-capacitor,terra-graphs,react-native-terra-appleare all unscoped names managed by thetryterranpm org team (only@tryterra/terra-uiis scoped). After the first publish,terra-rtis added to the same org team for parity.terra-rt, version 0.2.4 → 0.2.5 (continuity).s.name, androidcom.terrartreact) unchanged — RN autolinking is independent of the npm name, and thebump-terra-rt-reactworkflows reference the podspec by filename.release_package.ymlpublishes via npm OIDC trusted publishing (no token) once configured.First version bootstrap-published manually; thereafter GitHub Releases publish via OIDC.