mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 22:32:38 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user