Skip to content

Commit a6517ba

Browse files
committed
feat(update): minor changes
1 parent 80b5774 commit a6517ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ git clone https://github.com/mgcrea/react-native-swiftui.git
180180
cd react-native-swiftui
181181

182182
pnpm install # install Node.js dependencies
183-
npm run codegen:ios # generate codegen files
183+
pnpm run codegen:ios # generate codegen files
184184

185185
bundle install # setup Ruby environment
186186

187187
cd example
188188
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
190190

191-
npm run ios # run the example project
191+
pnpm run ios # run the example project
192192
```
193193

194194
If the build fails, you should try to build from XCode directly using `npm run open:ios` and then run the app from XCode.

0 commit comments

Comments
 (0)