Revert "Revert "Remove 's.static_framework = true' requirement for podspec (#25816)""

This reverts commit 612c033918.
This commit is contained in:
James Treanor
2019-09-10 13:36:24 +02:00
committed by grabbou
parent 50d9551f87
commit 2ec83bec5f
32 changed files with 203 additions and 306 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ def use_react_native! (options={})
pod 'React-RCTSettings', :path => "#{prefix}/Libraries/Settings"
pod 'React-RCTText', :path => "#{prefix}/Libraries/Text"
pod 'React-RCTVibration', :path => "#{prefix}/Libraries/Vibration"
pod 'React-RCTWebSocket', :path => "#{prefix}/Libraries/WebSocket"
pod 'React-Core/RCTWebSocket', :path => "#{prefix}/"
unless production
pod 'React-DevSupport', :path => "#{prefix}/React"
pod 'React-Core/DevSupport', :path => "#{prefix}/"
end
pod 'React-cxxreact', :path => "#{prefix}/ReactCommon/cxxreact"