fix missing comma

This commit is contained in:
springuper 2015-11-02 15:54:11 +08:00
parent d33e84dde5
commit eecdd88284
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ When you are ready to work with CocoaPods, add the following lines to `Podfile`.
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'RCTImage',
'RCTNetwork'
'RCTNetwork',
'RCTText',
'RCTWebSocket',
# Add any other subspecs you want to use in your project