File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,15 +180,15 @@ git clone https://github.com/mgcrea/react-native-swiftui.git
180
180
cd react-native-swiftui
181
181
182
182
pnpm install # install Node.js dependencies
183
- npm run codegen:ios # generate codegen files
183
+ pnpm run codegen:ios # generate codegen files
184
184
185
185
bundle install # setup Ruby environment
186
186
187
187
cd example
188
188
pnpm install # install example Node.js dependencies
189
- npm run install:ios # install project native dependencies
189
+ pnpm run install:ios # install project native dependencies
190
190
191
- npm run ios # run the example project
191
+ pnpm run ios # run the example project
192
192
```
193
193
194
194
If the build fails, you should try to build from XCode directly using ` npm run open:ios ` and then run the app from XCode.
You can’t perform that action at this time.
0 commit comments