Skip to content

Commit

Permalink
Remove react dependency from Podspec
Browse files Browse the repository at this point in the history
With this dependency present, people cannot install this using Cocoapods. It attempts to install React 0.11.0. Adding a pod line for React in the podfile is not a good idea for people who started their projects with `react-native init` because you'll get double references to the same files. See the following issues:

invertase/react-native-firebase#324
  • Loading branch information
jimmybaker authored Aug 28, 2018
1 parent a308f3c commit 7478c6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-native-blur.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/react-native-community/react-native-blur"
s.source = { :git => "https://github.com/react-native-community/react-native-blur.git" }

s.dependency 'React'
end

0 comments on commit 7478c6a

Please sign in to comment.