Skip to content
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 @@ -1268,7 +1268,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-slider (5.2.0):
- react-native-slider (5.2.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -1281,7 +1281,7 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- react-native-slider/common (= 5.2.0)
- react-native-slider/common (= 5.2.1)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -1291,7 +1291,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-slider/common (5.2.0):
- react-native-slider/common (5.2.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1992,7 +1992,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: 512d9f7c6b66574d90832a6b10b6102d4a8fdf30
React-mutationobservernativemodule: 2c5abeb9a4ae316ba6d9420ef8d9baa81faa9d56
react-native-pager-view: e05e9fb5bfc04445320204b33fa6ee30d84efc2a
react-native-slider: e0a97e600464494e978b1e6759783ebeccc999cf
react-native-slider: 7ce2a5b996adbf8e380d4359bd87a84d2811e58c
React-NativeModulesApple: 22b2f3e1538ceb1aab1ab182ccb0666ea2ec36ad
React-networking: b58b3098d4a626f88bbaeaf6bf5e67b18ff39089
React-oscompat: 72573ceb65b6c6c6bc34e51e0df8f44c91081a6d
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": "5.2.0",
"version": "5.2.1",
"license": "MIT",
"author": "react-native-community",
"homepage": "https://github.com/callstack/react-native-slider#readme",
Expand Down
Loading