Skip to content

MacOS setup instructions#2388

Merged
aisraelov merged 2 commits intodevfrom
setup-macos
Apr 14, 2026
Merged

MacOS setup instructions#2388
aisraelov merged 2 commits intodevfrom
setup-macos

Conversation

@PhilippeFerreiraDeSousa
Copy link
Copy Markdown
Contributor

@PhilippeFerreiraDeSousa PhilippeFerreiraDeSousa commented Mar 31, 2026

Summary by CodeRabbit

Documentation

  • Added Mac setup instructions to README with environment configuration and development setup guidance.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e2ab2f4c-918c-4399-82b5-579fea8a23e0

📥 Commits

Reviewing files that changed from the base of the PR and between 49f327d and ef8b12b.

📒 Files selected for processing (1)
  • mobile/README.md

📝 Walkthrough

Walkthrough

Added a "Mac Setup" section to the mobile README documenting step-by-step installation and configuration instructions for Homebrew, shell environment variables, Gradle settings, Git configuration, and Android development workflow setup.

Changes

Cohort / File(s) Summary
Documentation
mobile/README.md
Added new "Mac Setup" section with instructions for installing dependencies via Homebrew, configuring shell environment variables in ~/.zshrc, optional Gradle configuration in ~/.gradle/gradle.properties, Git identity setup, and Android development commands.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 Mac setup guide, so neat and clear,
Homebrew paths, the way is near!
.zshrc whispers, Gradle knows,
Android blooms where instruction grows! 🌱

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch setup-macos

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 31, 2026

📋 PR Review Helper

📱 Mobile App Build

Ready to test! (commit ef8b12b)

📥 Download APK

🕶️ ASG Client Build

Waiting for build...


🔀 Test Locally

gh pr checkout 2388

@aisraelov
Copy link
Copy Markdown
Member

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5c4bdb47a0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread mobile/README.md Outdated
Then iterate on code with

```bash
bun start -—clear
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use ASCII dashes in cache-clear command

The command uses -—clear where the second dash is a Unicode em dash, so copy-pasting this on macOS passes an invalid flag instead of Expo’s --clear. In the setup flow this can cause the command to error (or at minimum skip cache clearing), which undermines the troubleshooting guidance for new developers.

Useful? React with 👍 / 👎.

@aisraelov aisraelov merged commit aecc94f into dev Apr 14, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants