Skip to content

Commit 45d619d

Browse files
ethansharM-i-k-e-l
andauthored
Upgrade Reanimated to version 3.16.7 (#3679)
Co-authored-by: Miki Leib <38354019+M-i-k-e-l@users.noreply.github.com>
1 parent 6c633a4 commit 45d619d

File tree

3 files changed

+359
-18
lines changed

3 files changed

+359
-18
lines changed

ios/rnuilib.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -876,11 +876,7 @@
876876
ONLY_ACTIVE_ARCH = YES;
877877
OTHER_CFLAGS = "$(inherited)";
878878
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
879-
OTHER_LDFLAGS = (
880-
"$(inherited)",
881-
"-Wl",
882-
"-ld_classic",
883-
);
879+
OTHER_LDFLAGS = "$(inherited)";
884880
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
885881
SDKROOT = iphoneos;
886882
USE_HERMES = true;
@@ -938,11 +934,7 @@
938934
MTL_ENABLE_DEBUG_INFO = NO;
939935
OTHER_CFLAGS = "$(inherited)";
940936
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
941-
OTHER_LDFLAGS = (
942-
"$(inherited)",
943-
"-Wl",
944-
"-ld_classic",
945-
);
937+
OTHER_LDFLAGS = "$(inherited)";
946938
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
947939
SDKROOT = iphoneos;
948940
USE_HERMES = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"react-native-linear-gradient": "2.6.2",
122122
"react-native-mmkv": "2.11.0",
123123
"react-native-navigation": "7.40.1",
124-
"react-native-reanimated": "3.8.1",
124+
"react-native-reanimated": "3.16.7",
125125
"react-native-shimmer-placeholder": "^2.0.6",
126126
"react-native-svg": "15.2.0",
127127
"react-native-svg-transformer": "1.5.0",

0 commit comments

Comments
 (0)