mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Use correct capitalisation in CocoaPods
This commit is contained in:
parent
115b2a3fde
commit
f18493400c
@ -7,11 +7,11 @@ permalink: docs/embeded-app.html
|
||||
next: activityindicatorios
|
||||
---
|
||||
|
||||
## Install React Native Using Cocoapods
|
||||
## Install React Native Using CocoaPods
|
||||
|
||||
[Cocoapods](http://cocoapods.org/) is a package management tool for iOS/Mac development. We need to use it to download React Native. If you haven't install Cocoapods yet, checkout [this tutorial](http://guides.cocoapods.org/using/getting-started.html).
|
||||
[CocoaPods](http://cocoapods.org/) is a package management tool for iOS/Mac development. We need to use it to download React Native. If you haven't install CocoaPods yet, checkout [this tutorial](http://guides.cocoapods.org/using/getting-started.html).
|
||||
|
||||
When you are ready to work with Cocoapods, add the following line to `Podfile`. If you don't have one, then create it under the root directory of your project.
|
||||
When you are ready to work with CocoaPods, add the following line to `Podfile`. If you don't have one, then create it under the root directory of your project.
|
||||
|
||||
```
|
||||
pod 'React'
|
||||
|
Loading…
x
Reference in New Issue
Block a user