Skip to content

refactor: migrate shared and react-native packages to cordierite scope#1

Merged
V3RON merged 3 commits into
mainfrom
codex/migrate-cordierite-scope-packages
Mar 24, 2026
Merged

refactor: migrate shared and react-native packages to cordierite scope#1
V3RON merged 3 commits into
mainfrom
codex/migrate-cordierite-scope-packages

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented Mar 24, 2026

Summary

  • rename cordierite-shared to @cordierite/shared
  • rename react-native-cordierite to @cordierite/react-native
  • keep cordierite unscoped so the CLI package name and executable stay simple

Notes

  • this is a hard rename with no compatibility wrapper packages because these packages are not public yet
  • workspace folders were renamed to packages/shared and packages/react-native to match the new package identities
  • docs, examples, Expo plugin references, playground dependencies, and internal imports were updated to the new scoped names

Verification

  • bun install
  • bun run build
  • bun run test
  • bun run lint

Results

  • build: passed
  • test: passed
  • lint: passed with 7 pre-existing no-void warnings in packages/react-native/src/createCordieriteClient.ts, packages/react-native/src/deep-link-core.ts, and packages/react-native/src/deep-link-install.ts

@V3RON V3RON force-pushed the codex/migrate-cordierite-scope-packages branch from 4c7ba9d to 5008b97 Compare March 24, 2026 11:36
@V3RON V3RON changed the title refactor!: migrate shared and react-native packages to @cordierite scope refactor: migrate shared and react-native packages to cordierite scope Mar 24, 2026
@V3RON V3RON merged commit a1a6875 into main Mar 24, 2026
3 checks passed
@V3RON V3RON deleted the codex/migrate-cordierite-scope-packages branch March 24, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant