Skip to content

chore: Release 1.0.0-related renames#639

Merged
szydlovsky merged 3 commits into
mainfrom
@szydlovsky/rename-related-changes
Jun 16, 2026
Merged

chore: Release 1.0.0-related renames#639
szydlovsky merged 3 commits into
mainfrom
@szydlovsky/rename-related-changes

Conversation

@szydlovsky

@szydlovsky szydlovsky commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • All the needed renames related to 1.0.0's react-native-enriched-> react-native-enriched-html change.
  • Also updated all the needed docs.
  • Links are updated but no repo rename has been done yet, so it needs checking.
  • iOS needed some generated code imports updates because of Podspec rename.

Test Plan

--

Screenshots / Videos

--

Compatibility

OS Implemented
iOS
Android

Copilot AI left a comment

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.

Pull request overview

This PR updates the repository for the 1.0.0 release rename from react-native-enriched to react-native-enriched-html, including package metadata, native integration identifiers, example apps, and documentation references.

Changes:

  • Renames the published npm package to react-native-enriched-html and bumps version to 1.0.0.
  • Updates iOS podspec/module naming and iOS native includes to the new module name.
  • Updates example apps (RN + web) and documentation to import/reference the renamed package.

Reviewed changes

Copilot reviewed 38 out of 41 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
yarn.lock Updates workspace package key to react-native-enriched-html@workspace:. and lock ordering.
tsconfig.json Updates TS path alias to react-native-enriched-html.
README.md Renames package references and updates intro/usage docs.
ReactNativeEnrichedHtml.podspec Renames pod + updates git URL for new repo name.
package.json Renames npm package, bumps version to 1.0.0, updates repo/bugs/homepage URLs.
ios/internals/EnrichedTextViewShadowNode.h Updates generated header imports to ReactNativeEnrichedHtml.
ios/internals/EnrichedTextInputViewShadowNode.h Updates generated header imports to ReactNativeEnrichedHtml.
ios/internals/EnrichedTextInputViewComponentDescriptor.h Updates generated header imports to ReactNativeEnrichedHtml.
ios/internals/EnrichedTextComponentDescriptor.h Updates generated header imports to ReactNativeEnrichedHtml.
ios/interfaces/LinkRegexConfig.h Updates generated header imports to ReactNativeEnrichedHtml.
ios/EnrichedTextView.mm Updates generated header imports to ReactNativeEnrichedHtml.
ios/EnrichedTextInputView.mm Updates generated header imports to ReactNativeEnrichedHtml.
docs/INPUT_API_REFERENCE.md Updates docs text to reference react-native-enriched-html.
CONTRIBUTING.md Updates contributor instructions to new pod/workspace naming.
apps/example/tsconfig.json Updates example TS path alias to react-native-enriched-html.
apps/example/src/screens/TestScreen.tsx Updates import to react-native-enriched-html.
apps/example/src/screens/EnrichedTextScreen.tsx Updates imports/types to react-native-enriched-html.
apps/example/src/screens/DevScreen.tsx Updates import to react-native-enriched-html.
apps/example/src/hooks/useEditorState.ts Updates types import to react-native-enriched-html.
apps/example/src/constants/htmlStyle.ts Updates types import to react-native-enriched-html.
apps/example/src/constants/editorConfig.ts Updates types import + issue link to new repo.
apps/example/src/components/Toolbar.tsx Updates types import to react-native-enriched-html.
apps/example/src/components/TextRenderer.tsx Updates imports/types to react-native-enriched-html.
apps/example/README.md Updates example description to new package name.
apps/example/ios/Podfile.lock Updates pod name/version to ReactNativeEnrichedHtml (1.0.0).
apps/example-web/vite.config.ts Updates Vite alias to react-native-enriched-html.
apps/example-web/tsconfig.app.json Updates TS path alias to react-native-enriched-html.
apps/example-web/src/testScreens/VisualRegression.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/src/testScreens/TestSubmitProps.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/src/testScreens/TestSetSelection.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/src/testScreens/TestMentions.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/src/testScreens/TestLinks.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/src/defaultHtmlStyle.ts Updates types import to react-native-enriched-html.
apps/example-web/src/components/Toolbar.tsx Updates types import to react-native-enriched-html.
apps/example-web/src/App.tsx Updates imports/types to react-native-enriched-html.
apps/example-web/README.md Updates web example docs naming.
apps/example-web/index.html Updates page title naming/formatting.
android/gradle.properties Renames gradle property prefix to ReactNativeEnrichedHtml_....
android/build.gradle Updates gradle property prefix usage + libraryName.
.github/workflows/publish.yml Updates publish workflow package-name to react-native-enriched-html.
.github/ISSUE_TEMPLATE/config.yml Updates discussion links to the new repo.
Comments suppressed due to low confidence (1)

ReactNativeEnrichedHtml.podspec:14

  • The podspec pins the git tag to s.version (e.g. 1.0.0), but the repo's release tagging convention appears to be v${version} (see package.json release-it.git.tagName). This will make pod 'ReactNativeEnrichedHtml', :git => ..., :tag => ... fail to resolve the tag for released versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread apps/example-web/README.md
Comment thread apps/example-web/index.html
Comment thread README.md
@szydlovsky szydlovsky changed the title chore: Release 1.0.0-related rename chore: Release 1.0.0-related renames Jun 15, 2026
Comment thread package.json
Comment thread README.md

@kacperzolkiewski kacperzolkiewski left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Example app works properly after rename

@exploIF exploIF left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Have you tested building library and installing it in the app from the tarball?

Comment thread package.json
@szydlovsky szydlovsky merged commit ec819cb into main Jun 16, 2026
7 checks passed
@szydlovsky szydlovsky deleted the @szydlovsky/rename-related-changes branch June 16, 2026 08:13
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.

4 participants