File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ To create a new React Native project with Re.Pack or adapt an existing one:
45
45
``` bash
46
46
npx @callstack/repack-init
47
47
```
48
+ ### [ Optional] Install project CocoaPods dependencies
49
+ ``` bash
50
+ npx pod-install
51
+ ```
48
52
</Steps >
49
53
50
54
{ /* prettier-ignore-end */ }
@@ -159,3 +163,13 @@ react {
159
163
bundleCommand = "webpack-bundle"
160
164
}
161
165
```
166
+
167
+ ### 6. Install CocoaPods dependencies
168
+
169
+ For iOS development, you need to install CocoaPods dependencies. From the project root directory run:
170
+
171
+ ``` bash
172
+ npx pod-install
173
+ ```
174
+
175
+ This will install all the necessary iOS dependencies for your project, including the Re.Pack native module.
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ To create a new React Native project with Re.Pack or adapt an existing one:
45
45
``` bash
46
46
npx @callstack/repack-init
47
47
```
48
+ ### [ Optional] Install project CocoaPods dependencies
49
+ ``` bash
50
+ npx pod-install
51
+ ```
48
52
</Steps >
49
53
50
54
{ /* prettier-ignore-end */ }
@@ -159,3 +163,13 @@ react {
159
163
bundleCommand = "webpack-bundle"
160
164
}
161
165
```
166
+
167
+ ### 6. Install CocoaPods dependencies
168
+
169
+ For iOS development, you need to install CocoaPods dependencies. From the project root directory run:
170
+
171
+ ``` bash
172
+ npx pod-install
173
+ ```
174
+
175
+ This will install all the necessary iOS dependencies for your project, including the Re.Pack native module.
You can’t perform that action at this time.
0 commit comments