mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
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:
committed by
Facebook Github Bot
parent
898790d88a
commit
878b7e42fa
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user