Skip to content

Commit

Permalink
Update podspec integration instructions
Browse files Browse the repository at this point in the history
Summary:
You need to add CxxBridge or BatchedBridge as a dependency while we have both. When we stop shipping the BatchedBridge in OSS, this requirement will disappear again.
Closes #15084

Differential Revision: D5446885

Pulled By: javache

fbshipit-source-id: aa0023cc08e97fc59e2071a3750f98026e34fd0d
  • Loading branch information
javache authored and facebook-github-bot committed Jul 18, 2017
1 parent 603cc48 commit 6e68f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/IntegrationWithExistingApps.md
Expand Up @@ -244,6 +244,7 @@ target 'swift-2048' do
# but 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',
Expand Down

0 comments on commit 6e68f2d

Please sign in to comment.