chore: Release 1.0.0-related renames#639
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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-htmland bumps version to1.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 bev${version}(seepackage.jsonrelease-it.git.tagName). This will makepod '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.
szydlovsky
commented
Jun 15, 2026
kacperzolkiewski
approved these changes
Jun 15, 2026
exploIF
reviewed
Jun 16, 2026
exploIF
left a comment
Collaborator
There was a problem hiding this comment.
Have you tested building library and installing it in the app from the tarball?
exploIF
approved these changes
Jun 16, 2026
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.
Summary
1.0.0'sreact-native-enriched->react-native-enriched-htmlchange.Podspecrename.Test Plan
--
Screenshots / Videos
--
Compatibility