fishhook nwlog_legacy_v to avoid log spam on websocket reconnect

Reviewed By: mmmulani, javache

Differential Revision: D5570896

fbshipit-source-id: be98f500434bd2a0113b9abca20c9f21102c09d1
This commit is contained in:
Emil Sjolander
2017-08-08 08:10:51 -07:00
committed by Facebook Github Bot
parent 898790d88a
commit 878b7e42fa
10 changed files with 762 additions and 0 deletions

View File

@@ -199,9 +199,14 @@ Pod::Spec.new do |s|
s.subspec "RCTWebSocket" do |ss|
ss.dependency "React/Core"
ss.dependency "React/RCTBlob"
ss.dependency "React/fishhook"
ss.source_files = "Libraries/WebSocket/*.{h,m}"
end
s.subspec "fishhook" do |ss|
ss.source_files = "Libraries/fishhook/*.{h,c}"
end
s.subspec "RCTLinkingIOS" do |ss|
ss.dependency "React/Core"
ss.source_files = "Libraries/LinkingIOS/*.{h,m}"