Skip to content

Commit a35d2ac

Browse files
authored
Merge branch 'next' into @akwasniewski/update-mocks
2 parents bb4b556 + c48d653 commit a35d2ac

254 files changed

Lines changed: 11346 additions & 2715 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/docs-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-node@v6
2626
with:
2727
node-version: 24
28-
cache: yarn
2928

3029
- name: Install node dependencies
3130
working-directory: ${{ env.WORKING_DIRECTORY }}

.github/workflows/check-relations-traversal-algorithm.yml renamed to .github/workflows/rngh-api-v3.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Test relations traversal algorithm
1+
name: Test Gesture Handler 3 API
22

33
on:
44
pull_request:
55
paths:
66
- packages/react-native-gesture-handler/src/v3/**
77
- packages/react-native-gesture-handler/src/__tests__/RelationsTraversal.test.tsx
8+
- packages/react-native-gesture-handler/src/__tests__/API_V3.test.tsx
89
push:
910
branches:
1011
- main
@@ -34,4 +35,4 @@ jobs:
3435

3536
- name: Run tests
3637
working-directory: packages/react-native-gesture-handler
37-
run: yarn test RelationsTraversal
38+
run: yarn test RelationsTraversal API_V3

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
);
183183
runOnlyForDeploymentPostprocessing = 0;
184184
shellPath = /bin/sh;
185-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../../../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../../../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
185+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
186186
};
187187
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
188188
isa = PBXShellScriptBuildPhase;
@@ -380,6 +380,7 @@
380380
);
381381
MTL_ENABLE_DEBUG_INFO = YES;
382382
ONLY_ACTIVE_ARCH = YES;
383+
OTHER_CFLAGS = "$(inherited)";
383384
OTHER_CPLUSPLUSFLAGS = (
384385
"$(OTHER_CFLAGS)",
385386
"-DFOLLY_NO_CONFIG",
@@ -452,6 +453,7 @@
452453
"\"$(inherited)\"",
453454
);
454455
MTL_ENABLE_DEBUG_INFO = NO;
456+
OTHER_CFLAGS = "$(inherited)";
455457
OTHER_CPLUSPLUSFLAGS = (
456458
"$(OTHER_CFLAGS)",
457459
"-DFOLLY_NO_CONFIG",

0 commit comments

Comments
 (0)