docs: add version requirements to installation section#157
docs: add version requirements to installation section#157thomasttvo wants to merge 1 commit intomasterfrom
Conversation
db6dafb to
795a1f9
Compare
795a1f9 to
f2e9051
Compare
|
@claude please review this PR |
|
@claude review |
There was a problem hiding this comment.
LGTM — simple documentation addition with no code changes.
Extended reasoning...
Overview
This PR modifies only README.md, adding a 4-line Requirements section to the Installation instructions listing React Native >= 0.79.0 and React >= 16.8.0. No source code, tests, or configuration files are changed.
Security Risks
None — this is a purely documentation change.
Level of Scrutiny
Minimal scrutiny needed. The version numbers align with PR #148 which upgraded the example app to React Native 0.79 and updated peerDependencies accordingly. The change is factually consistent with the existing package.json peerDependencies.
Other Factors
No bugs were found by the automated review system. The change is a trivial, mechanical doc update that clearly follows an established pattern (documenting requirements near the install instructions). Safe to approve without human review.
Summary
Context
PR #148 upgraded the example app to React Native 0.79, which updated the peerDependencies. This PR documents those requirements in the README for users.
Changes
🤖 Generated with Claude Code
Note
Introduces automated release notes and updates user-facing docs, alongside a refreshed build.
.github/release.ymlto configure changelog categories, and exclude specific labels/authorsCONTRIBUTING.mdwith label guidance for release notesREADME.mdwith a Changelog link and Installation requirements (React Native >=0.79.0, React >=16.8.0)lib/commonjs/**with modern runtime/optional chaining and minor responder handling cleanupsWritten by Cursor Bugbot for commit 78814ce. Configure here.