Skip to content

Commit c1a8644

Browse files
committed
docs: enhance README.md with additional CocoaPods installation instructions
1 parent e30d29c commit c1a8644

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,18 @@ npm install @bravemobile/react-native-code-push
4141

4242
For React Native CLI projects, you can use the automatic setup command to configure your project for CodePush.
4343

44+
This command will automatically edit your `AppDelegate` and `MainApplication` files to integrate CodePush.
45+
4446
```bash
4547
npx code-push init
4648
```
4749

48-
This command will automatically edit your `AppDelegate` and `MainApplication` files to integrate CodePush.
50+
And run the following command to install CocoaPods dependencies for iOS:
51+
52+
```bash
53+
cd ios && pod install && cd ..
54+
```
55+
(or `npx pod-install`, `bundle exec pod install --project-directory=./ios`, ..)
4956

5057
### 2-1. Manual Setup
5158

0 commit comments

Comments
 (0)