From 152dbcbb71d596669b45dc70499a1329b6b5b932 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 6 Jun 2017 20:11:36 -0700 Subject: [PATCH] Add note for devsupport in Podfile Summary: see https://github.com/facebook/react-native/issues/13799 Closes https://github.com/facebook/react-native/pull/14352 Differential Revision: D5198266 Pulled By: shergin fbshipit-source-id: 308f7e3b1a8e09e61a87d25b05e6c065e1bb88f8 --- docs/IntegrationWithExistingApps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index ee730f9eadddb2..f534a794ef06e0 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -216,6 +216,7 @@ target 'NumberTileGame' do # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', 'RCTWebSocket', # needed for debugging @@ -243,6 +244,7 @@ target 'swift-2048' do # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', 'RCTWebSocket', # needed for debugging