Skip to content

Commit 8026a7d

Browse files
authored
Merge pull request #24 from edwinkcw/master
Fix Undefined symbol: _RCTRegisterModule
2 parents 19441f2 + 960f952 commit 8026a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-tracking-transparency.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919

20-
s.dependency "React"
20+
s.dependency "React-Core"
2121
s.weak_framework = "AppTrackingTransparency"
2222
end

0 commit comments

Comments
 (0)