Skip to content

Conversation

@Simek
Copy link
Contributor

@Simek Simek commented Jan 6, 2026

Why

Both packages from monorepo lack README files in npm registry:

How

Updated realeas.sh script to copy over README.md from repo root before packing, and remove it afterwards.

In the process I have also updated the packages metadata in package.json files, which include proper description and correct links for react-native-nitro-web-image.

It would be nice to symlink root README.md in packages directory for more convenient GitHub experience, but symlinked files are not included in the bundle when running npm pack which means that symlinks would need to be deleted and restored inside realeas.sh script, since cp does not overwrite them.

Was not sure if you want to increase the complexity, let me know what's your take and I can alter the PR accordingly.

Preview

Screenshot 2026-01-06 at 20 51 41

@mrousavy
Copy link
Owner

mrousavy commented Jan 7, 2026

Ah thank you so much! I just did a release before seeing your PR, so it'll land in the next one.

Really cool! :)

@mrousavy mrousavy merged commit 851c808 into mrousavy:main Jan 7, 2026
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.

2 participants