Skip to content

Conversation

@BartoszKlonowski
Copy link
Member

@BartoszKlonowski BartoszKlonowski commented Nov 7, 2025

This pull request releases Slider with version 5.1.1.


Note

Publishes @react-native-community/slider v5.1.1 and updates the example app’s RN CLI tooling to v20 with refreshed lockfiles and iOS pods.

Written by Cursor Bugbot for commit 8c15a2c. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bug: Node Version Mismatch Breaks CLI Installation

The engines.node field specifies >=18 but the upgraded @react-native-community/[email protected] dependency requires Node >=20.19.4. This version mismatch will cause installation failures for users on Node 18.x or Node 20.0-20.19.3. The engines field should be updated to match the CLI's requirement.

example/package.json#L52-L55

},
"engines": {
"node": ">=18"
},

Fix in Cursor Fix in Web


@BartoszKlonowski BartoszKlonowski merged commit c203192 into main Nov 7, 2025
11 of 13 checks passed
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