Skip to content

Commit

Permalink
⚙️ Chore: Ex - Run pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 6, 2023
1 parent 5992cda commit a64819c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,10 @@ PODS:
- React-jsi (= 0.72.5)
- React-logger (= 0.72.5)
- React-perflogger (= 0.72.5)
- ReactNativeIosModal (0.1.0):
- ReactNativeIosModal (2.0.0-3):
- ExpoModulesCore
- ReactNativeIosUtilities
- ReactNativeIosUtilities (4.0.0-3):
- ExpoModulesCore
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -497,6 +500,7 @@ DEPENDENCIES:
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeIosModal (from `../../ios`)
- ReactNativeIosUtilities (from `../node_modules/react-native-ios-utilities`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -599,6 +603,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
ReactNativeIosModal:
:path: "../../ios"
ReactNativeIosUtilities:
:path: "../node_modules/react-native-ios-utilities"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand Down Expand Up @@ -650,7 +656,8 @@ SPEC CHECKSUMS:
React-runtimescheduler: cc32add98c45c5df18436a6a52a7e1f6edec102c
React-utils: 7a9918a1ffdd39aba67835d42386f592ea3f8e76
ReactCommon: 91ece8350ebb3dd2be9cef662abd78b6948233c0
ReactNativeIosModal: 7b9d7622613e113f37b91a1534446a15e1c60f23
ReactNativeIosModal: 8f8d2ed6243d25d26a8c1feeb0902f22c7054c15
ReactNativeIosUtilities: 290795b269da136e4084d6f1c9f814682edbe454
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
"$(inherited)",
"-Wl",
"-ld_classic",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -531,6 +532,7 @@
"$(inherited)",
"-Wl",
"-ld_classic",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down

0 comments on commit a64819c

Please sign in to comment.