Skip to content

React Native pods prebuild support RCT_USE_RN_DEP #79

@dannyyy-jimenez

Description

@dannyyy-jimenez

Hi all! Thank you for this package!

Currently testing out RN 0.80 new features and came across an issue on this package, I'm adding the info + docs from RN team on how to fix.

react-native-community/discussions-and-proposals#912
https://reactnative.dev/blog/2025/06/12/react-native-0.80

Also, currently patching Splunk package by adding:

install_modules_dependencies(s)

Heres the patch file:

diff --git a/node_modules/@splunk/otel-react-native/splunk-otel-react-native.podspec b/node_modules/@splunk/otel-react-native/splunk-otel-react-native.podspec
index 648afae..9437b30 100644
--- a/node_modules/@splunk/otel-react-native/splunk-otel-react-native.podspec
+++ b/node_modules/@splunk/otel-react-native/splunk-otel-react-native.podspec
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
         "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
     }
     s.dependency "React-Codegen"
-    s.dependency "RCT-Folly"
+    install_modules_dependencies(s)
     s.dependency "RCTRequired"
     s.dependency "RCTTypeSafety"
     s.dependency "ReactCommon/turbomodule/core"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions