Remove --verbose flag from `pod install`
It might be too chatty for people just starting out, but I can see why people might want it.
This commit is contained in:
parent
cfba63edd4
commit
c07953a37e
|
@ -28,10 +28,10 @@ pod 'React/RCTText'
|
|||
|
||||
Remember to install all subspecs you need. The `<Text>` element cannot be used without `pod 'React/RCTText'`.
|
||||
|
||||
Then install pods via shell
|
||||
Then install your pods:
|
||||
|
||||
```
|
||||
$ pod install --verbose
|
||||
$ pod install
|
||||
```
|
||||
|
||||
## Create Your React Native App
|
||||
|
|
Loading…
Reference in New Issue