Skip to content

Commit 0796604

Browse files
author
Brad Bumbalough
committed
added reference to Yoga in exampe podfile
1 parent f4eff80 commit 0796604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ npm install --save react-native-twilio-chat
1616
Install the Twilio Chat SDK and this package via CocoaPods. See the [full Podfile example](./Example/ios/Podfile) for more details.
1717

1818
```ruby
19+
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
1920
pod 'React', :subspecs => ['Core', /* any other subspecs you require */], :path => '../node_modules/react-native'
2021
pod 'RCTTwilioChat', :path => '../node_modules/react-native-twilio-chat/ios'
2122

0 commit comments

Comments
 (0)