Skip to content

Commit d4d7e21

Browse files
committed
Merge branch 'main' into 3.0-stable
2 parents 6dd0d1d + 96dfc00 commit d4d7e21

78 files changed

Lines changed: 3714 additions & 3913 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/ios-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
if: github.repository == 'software-mansion/react-native-gesture-handler'
2121

22-
runs-on: macos-14
22+
runs-on: macos-26
2323
strategy:
2424
matrix:
2525
working-directory: [apps/basic-example, apps/expo-example]
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use latest stable Xcode
3535
uses: maxim-lobanov/setup-xcode@v1
3636
with:
37-
xcode-version: '16.1'
37+
xcode-version: '26.4.1'
3838

3939
- name: Use Node.js 24
4040
uses: actions/setup-node@v6

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<img src="https://user-images.githubusercontent.com/16062886/117444014-2d1ffd80-af39-11eb-9bbb-33c320599d93.png" width="100%" alt="React Native Gesture Handler by Software Mansion">
22

3+
[![Ad](https://swm-delivery.com/www/images/zone-gh-react-native-gesture-handler-1?n=1)](https://swm-delivery.com/www/delivery/ck-slug.php?zoneid=zone-gh-react-native-gesture-handler-1&n=1)
4+
[![Ad](https://swm-delivery.com/www/images/zone-gh-react-native-gesture-handler-2?n=1)](https://swm-delivery.com/www/delivery/ck-slug.php?zoneid=zone-gh-react-native-gesture-handler-2&n=1)
5+
[![Ad](https://swm-delivery.com/www/images/zone-gh-react-native-gesture-handler-3?n=1)](https://swm-delivery.com/www/delivery/ck-slug.php?zoneid=zone-gh-react-native-gesture-handler-3&n=1)
6+
37
### Declarative API exposing platform native touch and gesture system to React Native.
48

59
React Native Gesture Handler provides native-driven gesture management APIs for building best possible touch-based experiences in React Native.

apps/basic-example/ios/BasicExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@
401401
"$(inherited)",
402402
" ",
403403
);
404+
PODFILE_DIR = "$(SRCROOT)";
404405
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
405406
SDKROOT = iphoneos;
406407
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -479,6 +480,7 @@
479480
"$(inherited)",
480481
" ",
481482
);
483+
PODFILE_DIR = "$(SRCROOT)";
482484
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
483485
SDKROOT = iphoneos;
484486
SWIFT_ENABLE_EXPLICIT_MODULES = NO;

0 commit comments

Comments
 (0)