We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a872f commit 80b5774Copy full SHA for 80b5774
README.md
@@ -183,10 +183,10 @@ pnpm install # install Node.js dependencies
183
npm run codegen:ios # generate codegen files
184
185
bundle install # setup Ruby environment
186
-npm run install:ios # install project native dependencies
187
188
cd example
189
pnpm install # install example Node.js dependencies
+npm run install:ios # install project native dependencies
190
191
npm run ios # run the example project
192
```
0 commit comments