Skip to content

Commit 88d3223

Browse files
committed
update README
1 parent 41299ef commit 88d3223

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/jsi/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,22 @@ cd packages/jsi/example
3030
# Generate the Xcode project (packages/jsi/example/ios):
3131
npx expo prebuild --platform ios --clean
3232

33+
# Install CocoaPods for the iOS and macOS apps:
34+
cd ios && pod install && cd ..
35+
cd macos && pod install && cd ..
36+
37+
# ==== iOS ====
3338
# Build and run the iOS example app.
3439
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+
# =============
3549
```
3650

3751
## License

0 commit comments

Comments
 (0)