Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions react-native-image-resizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ Pod::Spec.new do |s|
"OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
}
s.dependency "React-Codegen"
s.dependency "RCT-Folly"
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
# RCT-Folly and related pods are no longer published separately in React Native 0.84+
# when using prebuilt ReactNativeDependencies; install_modules_dependencies adds the
# correct third-party and Fabric deps for the active RN version.
install_modules_dependencies(s)
else
s.dependency "React-Core"
Expand Down