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
180180cd react-native-swiftui
181181
182182pnpm install # install Node.js dependencies
183- npm run codegen:ios # generate codegen files
183+ pnpm run codegen:ios # generate codegen files
184184
185185bundle install # setup Ruby environment
186186
187187cd example
188188pnpm install # install example Node.js dependencies
189- npm run install:ios # install project native dependencies
189+ pnpm run install:ios # install project native dependencies
190190
191- npm run ios # run the example project
191+ pnpm run ios # run the example project
192192```
193193
194194If 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