Skip to content

Commit 11f7ed6

Browse files
authored
Merge pull request #140 from kasinskas/patch-1
fix: xcode 12 compatibility
2 parents 3a692f3 + 2161b2c commit 11f7ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativeExceptionHandler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => s.version.to_s }
2525
s.source_files = "ios/*.{h,m}"
2626

27-
s.dependency "React"
27+
s.dependency "React-Core"
2828

2929
end

0 commit comments

Comments
 (0)