Skip to content

Commit b66f96f

Browse files
committed
Merge branch 'main' into @mbert/deprecate-force-touch
2 parents 0e9bd62 + df7cd90 commit b66f96f

44 files changed

Lines changed: 6621 additions & 6846 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/needs-more-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
needs-more-info-label: 'Missing info'
36-
required-sections: 'Description;Steps to reproduce;Snack or a link to a repository;Gesture Handler version;React Native version;Platforms'
36+
required-sections: 'Description;Steps to reproduce;A link to a [Gist](https://gist.github.com/), an [Expo Snack](https://snack.expo.io/) or a link to a repository based on [this template](https://github.com/react-native-community/reproducer-react-native) that reproduces the bug.;Gesture Handler version;React Native version;Platforms'
3737
needs-more-info-response: "Hey! 👋 \n\nIt looks like you've omitted a few important sections from the issue template."
3838
# This action also appends something like: "Please complete X, Y and Z sections." to the response.
3939
# Code responsible for this can be found here: https://github.com/software-mansion-labs/swmansion-bot/blob/main/needs-more-info/MissingSectionsFormatter.js

apps/basic-example/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
"baseUrl": ".",
66
"paths": {
77
"react-native-gesture-handler": [
8-
"../../packages/react-native-gesture-handler/index.ts"
8+
"../../packages/react-native-gesture-handler/src"
99
],
1010
"react-native-gesture-handler/ReanimatedSwipeable": [
1111
"../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
1212
],
13+
"react-native-gesture-handler/ReanimatedDrawerLayout": [
14+
"../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
15+
],
1316
"react-native-gesture-handler/jest-utils": [
1417
"../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
1518
]

apps/common-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@react-navigation/stack": "^7.2.10",
2424
"@swmansion/icons": "^0.0.1",
2525
"react-native-gesture-handler": "workspace:*",
26-
"react-native-reanimated": "^3.17.4",
26+
"react-native-reanimated": "^3.18.0",
2727
"react-native-safe-area-context": "^5.4.0",
2828
"react-native-screens": "^4.10.0"
2929
},

apps/common-app/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
"paths": {
77
"@/*": ["./*"],
88
"react-native-gesture-handler": [
9-
"../../packages/react-native-gesture-handler/index.ts"
9+
"../../packages/react-native-gesture-handler/src"
1010
],
1111
"react-native-gesture-handler/ReanimatedSwipeable": [
1212
"../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
1313
],
14+
"react-native-gesture-handler/ReanimatedDrawerLayout": [
15+
"../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16+
],
1417
"react-native-gesture-handler/jest-utils": [
1518
"../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
1619
]

apps/expo-example/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import '@expo/metro-runtime';
12
import { registerRootComponent } from 'expo';
23

34
import App from './App';

apps/expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-dom": "19.0.0",
2929
"react-native": "0.79.2",
3030
"react-native-gesture-handler": "workspace:*",
31-
"react-native-reanimated": "3.17.5",
31+
"react-native-reanimated": "^3.18.0",
3232
"react-native-safe-area-context": "5.4.0",
3333
"react-native-screens": "^4.10.0",
3434
"react-native-svg": "15.11.2",

apps/expo-example/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
"paths": {
77
"common-app": ["../common-app/index.ts"],
88
"react-native-gesture-handler": [
9-
"../../packages/react-native-gesture-handler/index.ts"
9+
"../../packages/react-native-gesture-handler/src"
1010
],
1111
"react-native-gesture-handler/ReanimatedSwipeable": [
1212
"../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
1313
],
14+
"react-native-gesture-handler/ReanimatedDrawerLayout": [
15+
"../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16+
],
1417
"react-native-gesture-handler/jest-utils": [
1518
"../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
1619
]

apps/macos-example/macos/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ PODS:
15051505
- ReactCommon/turbomodule/bridging
15061506
- ReactCommon/turbomodule/core
15071507
- Yoga
1508-
- RNReanimated (3.17.5):
1508+
- RNReanimated (3.18.0):
15091509
- DoubleConversion
15101510
- glog
15111511
- RCT-Folly (= 2024.11.18.00)
@@ -1525,10 +1525,10 @@ PODS:
15251525
- ReactCodegen
15261526
- ReactCommon/turbomodule/bridging
15271527
- ReactCommon/turbomodule/core
1528-
- RNReanimated/reanimated (= 3.17.5)
1529-
- RNReanimated/worklets (= 3.17.5)
1528+
- RNReanimated/reanimated (= 3.18.0)
1529+
- RNReanimated/worklets (= 3.18.0)
15301530
- Yoga
1531-
- RNReanimated/reanimated (3.17.5):
1531+
- RNReanimated/reanimated (3.18.0):
15321532
- DoubleConversion
15331533
- glog
15341534
- RCT-Folly (= 2024.11.18.00)
@@ -1548,9 +1548,9 @@ PODS:
15481548
- ReactCodegen
15491549
- ReactCommon/turbomodule/bridging
15501550
- ReactCommon/turbomodule/core
1551-
- RNReanimated/reanimated/apple (= 3.17.5)
1551+
- RNReanimated/reanimated/apple (= 3.18.0)
15521552
- Yoga
1553-
- RNReanimated/reanimated/apple (3.17.5):
1553+
- RNReanimated/reanimated/apple (3.18.0):
15541554
- DoubleConversion
15551555
- glog
15561556
- RCT-Folly (= 2024.11.18.00)
@@ -1571,7 +1571,7 @@ PODS:
15711571
- ReactCommon/turbomodule/bridging
15721572
- ReactCommon/turbomodule/core
15731573
- Yoga
1574-
- RNReanimated/worklets (3.17.5):
1574+
- RNReanimated/worklets (3.18.0):
15751575
- DoubleConversion
15761576
- glog
15771577
- RCT-Folly (= 2024.11.18.00)
@@ -1591,9 +1591,9 @@ PODS:
15911591
- ReactCodegen
15921592
- ReactCommon/turbomodule/bridging
15931593
- ReactCommon/turbomodule/core
1594-
- RNReanimated/worklets/apple (= 3.17.5)
1594+
- RNReanimated/worklets/apple (= 3.18.0)
15951595
- Yoga
1596-
- RNReanimated/worklets/apple (3.17.5):
1596+
- RNReanimated/worklets/apple (3.18.0):
15971597
- DoubleConversion
15981598
- glog
15991599
- RCT-Folly (= 2024.11.18.00)
@@ -1902,7 +1902,7 @@ SPEC CHECKSUMS:
19021902
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
19031903
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
19041904
RNGestureHandler: b1b622a388c03138550fb5199b7609d01d0aad80
1905-
RNReanimated: c48c57d7fd5f78327ecf94dd088e2f6f216e7327
1905+
RNReanimated: 6ccc6e6826ada6643d2e6474d95f37a1fbf7771d
19061906
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
19071907
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
19081908
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015

apps/macos-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-native": "0.78.0",
2424
"react-native-gesture-handler": "workspace:*",
2525
"react-native-macos": "^0.78.0-0",
26-
"react-native-reanimated": "3.17.5",
26+
"react-native-reanimated": "^3.18.0",
2727
"react-native-safe-area-context": "5.4.0",
2828
"react-native-svg": "15.11.2"
2929
},

apps/macos-example/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
"paths": {
77
"common-app": ["../common-app/index.ts"],
88
"react-native-gesture-handler": [
9-
"../../packages/react-native-gesture-handler/index.ts"
9+
"../../packages/react-native-gesture-handler/src"
1010
],
1111
"react-native-gesture-handler/ReanimatedSwipeable": [
1212
"../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
1313
],
14+
"react-native-gesture-handler/ReanimatedDrawerLayout": [
15+
"../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16+
],
1417
"react-native-gesture-handler/jest-utils": [
1518
"../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
1619
]

0 commit comments

Comments
 (0)