Skip to content

Commit

Permalink
Fixed dependency on React by changing to React-Core (wmcmahan#421)
Browse files Browse the repository at this point in the history
This fixes issue on MacOS Ventura with Xcode 14
  • Loading branch information
ipoogleduck authored Dec 30, 2022
1 parent 3c81b81 commit ea9f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNCalendarEvents.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package = JSON.parse(File.read('./package.json'))

Pod::Spec.new do |s|
s.name = 'RNCalendarEvents'
s.dependency 'React'
s.dependency 'React-Core'

s.version = package["version"]
s.license = package["license"]
Expand Down

0 comments on commit ea9f746

Please sign in to comment.