mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
remove prepare_command in podspec file
Summary: since 0.13.2 , prepare_command in podspec would download the dependencies of react-native again when you install react-native via cocoapods with local path. Closes https://github.com/facebook/react-native/pull/4291 Reviewed By: svcscm Differential Revision: D2685452 Pulled By: nicklockwood fb-gh-sync-id: b1c1a0f45897d3eb45be99db3633c899c35feb8e
This commit is contained in:
parent
a97dbe0394
commit
54470021ca
@ -22,7 +22,6 @@ Pod::Spec.new do |s|
|
||||
s.default_subspec = 'Core'
|
||||
s.requires_arc = true
|
||||
s.platform = :ios, "7.0"
|
||||
s.prepare_command = 'npm install --production'
|
||||
s.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli"
|
||||
|
||||
s.subspec 'Core' do |ss|
|
||||
|
Loading…
x
Reference in New Issue
Block a user