Skip to content

Release: v4.5.7 #710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-slider (4.5.6):
- react-native-slider (4.5.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1298,7 +1298,7 @@ PODS:
- React-featureflags
- React-graphics
- React-ImageManager
- react-native-slider/common (= 4.5.6)
- react-native-slider/common (= 4.5.7)
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
Expand All @@ -1307,7 +1307,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-slider/common (4.5.6):
- react-native-slider/common (4.5.7):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1841,7 +1841,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: ad1ba0205205a16dbff11b8ade6d1b3959451658
React-microtasksnativemodule: e771eb9eb6ace5884ee40a293a0e14a9d7a4343c
react-native-pager-view: ef50f5798b5932134eeec2e5c349bd867b86cdec
react-native-slider: fe195f81408470a07952f75beabc215de65507d3
react-native-slider: 47d6fbcb719744eee59417d44ddd69d026a5e239
React-nativeconfig: aeed6e2a8ac02b2df54476afcc7c663416c12bf7
React-NativeModulesApple: c5b7813da94136f50ef084fa1ac077332dcfc658
React-perflogger: 6afb7eebf7d9521cc70481688ccddf212970e9d3
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/slider",
"version": "4.5.6",
"version": "4.5.7",
"license": "MIT",
"author": "react-native-community",
"homepage": "https://github.com/callstack/react-native-slider#readme",
Expand Down
Loading