Skip to content

Commit

Permalink
update CocoaPods usage for RN 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iVanPan authored Jun 9, 2017
1 parent cee75ee commit d8a6ada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ npm install --save react-native-qqsdk@latest
```shell
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'CxxBridge',
'RCTText',
'RCTNetwork',
'RCTImage',
'RCTWebSocket', # needed for debugging
# Add any other subspecs you want to use in your project
# Add any other subspecs you want to use in your project
'DevSupport'
]
pod "Yoga", :path => "../node_modules/react-native/ReactCommon/yoga"
pod "react-native-qqsdk", :path => "../node_modules/react-native-qqsdk"
Expand Down

0 comments on commit d8a6ada

Please sign in to comment.