Skip to content

Commit

Permalink
Mention using bundler to install cocoapods in RNTester README (#28873)
Browse files Browse the repository at this point in the history
Summary:
This makes sure the proper version of cocoapods gets used, this will avoid noise in diffs if someone ends up updating pods with a different version.

## Changelog

[Internal] [Changed] - Mention using bundler to install cocoapods in RNTester README
Pull Request resolved: #28873

Test Plan: N/A

Differential Revision: D21519862

Pulled By: shergin

fbshipit-source-id: 3dc555bc3aee6bee10127ba5b5862302a63346c4
  • Loading branch information
janicduplessis authored and facebook-github-bot committed May 12, 2020
1 parent 6c4224e commit d30c920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNTester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Before running the app, make sure you ran:

Both macOS and Xcode are required.

- Install CocoaPods. We installing CocoaPods using [Homebrew](http://brew.sh/): `brew install cocoapods`
- Run `cd RNTester; pod install`
- Install [Bundler](https://bundler.io/): `gem install bundler`. We use bundler to install the right version of [CocoaPods](https://cocoapods.org/) locally.
- Install Bundler and CocoaPods dependencies: `bundle install && bundle exec pod install`
- Open the generated `RNTesterPods.xcworkspace`. This is not checked in, as it is generated by CocoaPods. Do not open `RNTesterPods.xcodeproj` directly.

### Running on Android
Expand Down

0 comments on commit d30c920

Please sign in to comment.