-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels