Skip to content

Commit 1427aae

Browse files
authored
Support react-native 0.83 (#3822)
## Description > [!NOTE] > No specific changes were necessary to make **Gesture Handler** compatible with **React Native 0.83**. This PR bumps basic-example app to React Native 0.83. ## Status - ## 0.83.0 ✅ - 0.83.0-rc.4 😶 - 0.83.0-rc.4 😶 - 0.83.0-rc.3 ✅ - 0.83.0-rc.2 ✅ - 0.83.0-rc.1 🤔 - 0.83.0-rc.0 🤔 ## Test plan Tested that `basic-example` builds and works correctly.
1 parent c1d7e15 commit 1427aae

File tree

6 files changed

+1508
-1324
lines changed

6 files changed

+1508
-1324
lines changed

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)