Skip to content

Commit

Permalink
Add note for devsupport in Podfile
Browse files Browse the repository at this point in the history
Summary:
see #13799
Closes #14352

Differential Revision: D5198266

Pulled By: shergin

fbshipit-source-id: 308f7e3b1a8e09e61a87d25b05e6c065e1bb88f8
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Jun 7, 2017
1 parent 37d4fd3 commit 152dbcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/IntegrationWithExistingApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 152dbcb

Please sign in to comment.