Skip to content

Commit e6f3c8e

Browse files
authored
Release 2.28.0 (#3662)
## Description 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. ## Test plan 🚀
1 parent 3b3ab1e commit e6f3c8e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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
@@ -2552,7 +2552,7 @@ SPEC CHECKSUMS:
25522552
ReactAppDependencyProvider: 3b7ece00025ce3482570139b0dbe115e639688ca
25532553
ReactCodegen: e94ec7f44191aec5bc53b17e141a5c393731f2ea
25542554
ReactCommon: 61fd53636b15a5dc300d5e31105a76f773a918fd
2555-
RNGestureHandler: eeb519bb8f93a48e91d3b8848446ba123203b530
2555+
RNGestureHandler: 226975d40048f7186ecc974fd5796bfba857aba1
25562556
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
25572557
Yoga: 72ab8318e9f1910fbdd236b045eb5455c8415d92
25582558

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",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7581,12 +7581,12 @@ __metadata:
75817581
linkType: hard
75827582

75837583
"enhanced-resolve@npm:^5.8.3":
7584-
version: 5.18.2
7585-
resolution: "enhanced-resolve@npm:5.18.2"
7584+
version: 5.18.3
7585+
resolution: "enhanced-resolve@npm:5.18.3"
75867586
dependencies:
75877587
graceful-fs: "npm:^4.2.4"
75887588
tapable: "npm:^2.2.0"
7589-
checksum: 10c0/2a45105daded694304b0298d1c0351a981842249a9867513d55e41321a4ccf37dfd35b0c1e9ceae290eab73654b09aa7a910d618ea6f9441e97c52bc424a2372
7589+
checksum: 10c0/d413c23c2d494e4c1c9c9ac7d60b812083dc6d446699ed495e69c920988af0a3c66bf3f8d0e7a45cb1686c2d4c1df9f4e7352d973f5b56fe63d8d711dd0ccc54
75907590
languageName: node
75917591
linkType: hard
75927592

0 commit comments

Comments
 (0)