Skip to content

Commit 0ccb6d7

Browse files
committed
Release 2.28.0 (#3662)
Release 2.28.0 > [!WARNING] > `Podfile.lock` in `macos-example` is not changed since latest `react-native-macos` fails to install `pods`. Moreover, for now they only support `react-native` up to 0.78, which will be dropped in this release. 🚀
1 parent b9e8b1b commit 0ccb6d7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/basic-example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ PODS:
22232223
- React-perflogger (= 0.81.0-rc.5)
22242224
- React-utils (= 0.81.0-rc.5)
22252225
- SocketRocket
2226-
- RNGestureHandler (2.27.2):
2226+
- RNGestureHandler (2.28.0):
22272227
- boost
22282228
- DoubleConversion
22292229
- fast_float
@@ -2736,7 +2736,7 @@ SPEC CHECKSUMS:
27362736
ReactAppDependencyProvider: 3b7ece00025ce3482570139b0dbe115e639688ca
27372737
ReactCodegen: e94ec7f44191aec5bc53b17e141a5c393731f2ea
27382738
ReactCommon: 61fd53636b15a5dc300d5e31105a76f773a918fd
2739-
RNGestureHandler: bfd6af39a8bc4530fa8dcb5b24a20a233bae0525
2739+
RNGestureHandler: e9e6e935c5b85d3142154c21ecd5cd91bfd74992
27402740
RNReanimated: 0da721318bc124a25fbe57abc2497a39e1012927
27412741
RNWorklets: 32ea3225502c57b559c76f684fc2abac865b7728
27422742
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

apps/macos-example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ PODS:
14841484
- React-utils (= 0.78.6)
14851485
- RNCAsyncStorage (2.1.2):
14861486
- React-Core
1487-
- RNGestureHandler (2.27.2):
1487+
- RNGestureHandler (2.28.0):
14881488
- DoubleConversion
14891489
- glog
14901490
- RCT-Folly (= 2024.11.18.00)
@@ -1901,7 +1901,7 @@ SPEC CHECKSUMS:
19011901
ReactCodegen: cfbf6d5eabb2335c65a821c9fd8e1883e87c1ef7
19021902
ReactCommon: a7ae79eb3489b81532aa0352e3b9b496e35a9af7
19031903
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
1904-
RNGestureHandler: 11541c3bb8999beba25920facddfe12e05b349b2
1904+
RNGestureHandler: 2b38b08d00b5328a167369db72fac42e6063bfd3
19051905
RNReanimated: 2f4006248cb13f20cd2510e906e591afa54ef5bd
19061906
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
19071907
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gesture-handler",
3-
"version": "2.27.2",
3+
"version": "2.28.0",
44
"description": "Declarative API exposing native platform touch and gesture system to React Native",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)