mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 17:07:09 +00:00
Merge pull request #3834 from springuper/springuper/fix-comma
fix missing comma
This commit is contained in:
commit
0a28ce480e
@ -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 => [
|
pod 'React', :path => '../node_modules/react-native', :subspecs => [
|
||||||
'Core',
|
'Core',
|
||||||
'RCTImage',
|
'RCTImage',
|
||||||
'RCTNetwork'
|
'RCTNetwork',
|
||||||
'RCTText',
|
'RCTText',
|
||||||
'RCTWebSocket',
|
'RCTWebSocket',
|
||||||
# Add any other subspecs you want to use in your project
|
# Add any other subspecs you want to use in your project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user