Skip to content

Commit 43e66e0

Browse files
fix(cocoapods): Add missing React-RCTFabric dependency (#4314)
1 parent d56d245 commit 43e66e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Features
1212

13-
- Add Replay Custom Masking for iOS, Android and Web ([#4224](https://github.com/getsentry/sentry-react-native/pull/4224), [#4265](https://github.com/getsentry/sentry-react-native/pull/4265), [#4272](https://github.com/getsentry/sentry-react-native/pull/4272))
13+
- Add Replay Custom Masking for iOS, Android and Web ([#4224](https://github.com/getsentry/sentry-react-native/pull/4224), [#4265](https://github.com/getsentry/sentry-react-native/pull/4265), [#4272](https://github.com/getsentry/sentry-react-native/pull/4272), [#4314](https://github.com/getsentry/sentry-react-native/pull/4314))
1414

1515
```jsx
1616
import * as Sentry from '@sentry/react-native';

packages/core/RNSentry.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Pod::Spec.new do |s|
5252
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
5353
}
5454

55+
s.dependency "React-RCTFabric" # Required for Fabric Components (like RCTViewComponentView)
5556
s.dependency "React-Codegen"
5657
s.dependency "RCT-Folly"
5758
s.dependency "RCTRequired"

0 commit comments

Comments
 (0)