From db9c84480e3c95769fcfce5cd06a159229f8e946 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Tue, 18 Jul 2017 14:52:16 -0700 Subject: [PATCH] Update podspec integration instructions Summary: You need to add CxxBridge or BatchedBridge as a dependency while we have both. When we stop shipping the BatchedBridge in OSS, this requirement will disappear again. Closes https://github.com/facebook/react-native/pull/15084 Differential Revision: D5446885 Pulled By: javache fbshipit-source-id: aa0023cc08e97fc59e2071a3750f98026e34fd0d --- docs/IntegrationWithExistingApps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 78f3dd146f9562..c7a79946d1a00b 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -244,6 +244,7 @@ target 'swift-2048' do # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork',