Skip to content

Commit 56ac2a4

Browse files
SandroMachadoFacebook Github Bot
authored andcommitted
Add the RCTNetwork to the podfile
Summary: The pod `RCTNetwork` is missing from the `Podfile` documentation. Without it the view controller does not run. This probably also closes facebook#8449. Closes facebook#10389 Differential Revision: D4021432 Pulled By: JoelMarcey fbshipit-source-id: 689ed540c6750bf4ccaee1e7943d9175ac50d6c5
1 parent 9a33f3f commit 56ac2a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/IntegrationWithExistingApps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ target 'NumberTileGame' do
209209
pod 'React', :path => '../node_modules/react-native', :subspecs => [
210210
'Core',
211211
'RCTText',
212+
'RCTNetwork',
212213
'RCTWebSocket', # needed for debugging
213214
# Add any other subspecs you want to use in your project
214215
]
@@ -233,6 +234,7 @@ target 'swift-2048' do
233234
pod 'React', :path => '../node_modules/react-native', :subspecs => [
234235
'Core',
235236
'RCTText',
237+
'RCTNetwork',
236238
'RCTWebSocket', # needed for debugging
237239
# Add any other subspecs you want to use in your project
238240
]

0 commit comments

Comments
 (0)