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 ac47d7a commit d5bd876Copy full SHA for d5bd876
1 file changed
packages/jsi/README.md
@@ -24,9 +24,15 @@ const result = multiply(3, 7);
24
25
## Contributing
26
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)
+```sh
+cd packages/jsi/example
+
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
+```
36
37
## License
38
0 commit comments