From b7a5016cfe451670005eff673ab410c4e69ec520 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 19 Jul 2017 22:30:10 +0000 Subject: [PATCH] Updated docs for 0.47 --- releases/0.47/docs/integration-with-existing-apps.html | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/0.47/docs/integration-with-existing-apps.html b/releases/0.47/docs/integration-with-existing-apps.html index e06f6eeb3c1..ccbe4b2a689 100644 --- a/releases/0.47/docs/integration-with-existing-apps.html +++ b/releases/0.47/docs/integration-with-existing-apps.html @@ -140,6 +140,7 @@ target 'swift-2048' 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',