Skip to content

Commit 152dbcb

Browse files
sunnylqmfacebook-github-bot
authored andcommitted
Add note for devsupport in Podfile
Summary: see #13799 Closes #14352 Differential Revision: D5198266 Pulled By: shergin fbshipit-source-id: 308f7e3b1a8e09e61a87d25b05e6c065e1bb88f8
1 parent 37d4fd3 commit 152dbcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/IntegrationWithExistingApps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ target 'NumberTileGame' do
216216
# but if not, adjust the `:path` accordingly
217217
pod 'React', :path => '../node_modules/react-native', :subspecs => [
218218
'Core',
219+
'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
219220
'RCTText',
220221
'RCTNetwork',
221222
'RCTWebSocket', # needed for debugging
@@ -243,6 +244,7 @@ target 'swift-2048' do
243244
# but if not, adjust the `:path` accordingly
244245
pod 'React', :path => '../node_modules/react-native', :subspecs => [
245246
'Core',
247+
'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
246248
'RCTText',
247249
'RCTNetwork',
248250
'RCTWebSocket', # needed for debugging

0 commit comments

Comments
 (0)