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 41299ef commit 88d3223Copy full SHA for 88d3223
1 file changed
packages/jsi/README.md
@@ -30,8 +30,22 @@ cd packages/jsi/example
30
# Generate the Xcode project (packages/jsi/example/ios):
31
npx expo prebuild --platform ios --clean
32
33
+# Install CocoaPods for the iOS and macOS apps:
34
+cd ios && pod install && cd ..
35
+cd macos && pod install && cd ..
36
+
37
+# ==== iOS ====
38
# Build and run the iOS example app.
39
npm run ios
40
+# =============
41
42
+# === macOS ===
43
+# You will need two terminals for this.
44
+# Terminal 1: Start up the Metro bundler.
45
+npm run start
46
+# Terminal 2: Build and run the macOS app.
47
+npm run macos
48
49
```
50
51
## License
0 commit comments