Skip to content

Commit d5bd876

Browse files
committed
README
1 parent ac47d7a commit d5bd876

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

packages/jsi/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ const result = multiply(3, 7);
2424

2525
## Contributing
2626

27-
- [Development workflow](CONTRIBUTING.md#development-workflow)
28-
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
29-
- [Code of conduct](CODE_OF_CONDUCT.md)
27+
```sh
28+
cd packages/jsi/example
29+
30+
# Generate the Xcode project (packages/jsi/example/ios):
31+
npx expo prebuild --platform ios --clean
32+
33+
# Build and run the iOS example app.
34+
npm run ios
35+
```
3036

3137
## License
3238

0 commit comments

Comments
 (0)