Skip to content

Commit

Permalink
Update pod dependency to support rn 0.60 (#1019)
Browse files Browse the repository at this point in the history
* Update pod dependency to support rn 0.60

* Update RNImageCropPicker.podspec
  • Loading branch information
sunnylqm authored and ivpusic committed Jul 6, 2019
1 parent 42fd20e commit ef4635c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RNImageCropPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.dependency 'RSKImageCropper'
s.dependency 'QBImagePickerController'
s.dependency 'React/Core'
s.dependency 'React-Core'
s.dependency 'React-RCTImage'
end

1 comment on commit ef4635c

@nadav2051
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I'm not sure but I think this is a breaking change, I forked the master including this commit and I had to revert it to build successfully on RN 0.59.3, that's the error I've got:

[!] Unable to find a specification for React-Core depended upon by RNImageCropPicker

Please sign in to comment.