Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 2 additions & 2 deletions apps/basic-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ PODS:
- React-perflogger (= 0.80.0)
- React-utils (= 0.80.0)
- SocketRocket
- RNGestureHandler (2.27.0):
- RNGestureHandler (2.27.1):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2456,7 +2456,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0
ReactCodegen: d82f538f70f00484d418803f74b5a0ea09cc8689
ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147
RNGestureHandler: 3b61d60e2d6f8ea3123987a92d3dd0e9fd489c60
RNGestureHandler: 042bf47f34946da9ae3c15a8d28b2ffb22c1000d
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0c4b7d2aacc910a1f702694fa86be830386f4ceb

Expand Down
4 changes: 2 additions & 2 deletions apps/macos-example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ PODS:
- React-utils (= 0.78.3)
- RNCAsyncStorage (2.1.2):
- React-Core
- RNGestureHandler (2.27.0):
- RNGestureHandler (2.27.1):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand Down Expand Up @@ -1901,7 +1901,7 @@ SPEC CHECKSUMS:
ReactCodegen: 3d30536e47f328f0a297d897cb789e46a092c2a6
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
RNGestureHandler: 84d9d16b43ca044d2b083bc0b3d44ede81776f68
RNGestureHandler: 231e0ff647e2f3b6a26b86f0fb1978b22cdbd1c6
RNReanimated: 6ccc6e6826ada6643d2e6474d95f37a1fbf7771d
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-gesture-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-native-gesture-handler",
"version": "2.27.0",
"version": "2.27.1",
"description": "Declarative API exposing native platform touch and gesture system to React Native",
"scripts": {
"test": "jest",
"build": "yarn tsc -p tsconfig.build.json && bob build",
"build": "yarn tsc -p tsconfig.build.json && npx bob build",
"ts-check": "yarn tsc --noEmit",
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
"format:js": "yarn format-js",
Expand Down
Loading