Skip to content

feat(Docs): Revamp Inji Mobile Wallet Local Setup Guide#16

Open
Kaushikgupta469 wants to merge 4 commits into
inji:masterfrom
Kaushikgupta469:Inji-wallet-Docs
Open

feat(Docs): Revamp Inji Mobile Wallet Local Setup Guide#16
Kaushikgupta469 wants to merge 4 commits into
inji:masterfrom
Kaushikgupta469:Inji-wallet-Docs

Conversation

@Kaushikgupta469

@Kaushikgupta469 Kaushikgupta469 commented Jul 13, 2026

Copy link
Copy Markdown

Inji Documentation: Revamp Inji Mobile Wallet Local Setup Guide

  • Update local-setup.md to match the local mimoto setup with wallet
    -Update Readme.md with the latest packages and modules required for local development
    #2521

Summary by CodeRabbit

  • Documentation
    • Updated setup prerequisites with supported Node, npm, Gradle, Expo, and React Native versions.
    • Added clearer instructions for running Mimoto locally with Docker Compose, certificates, configuration, and Google OAuth.
    • Improved Android and iOS build, emulator, device, and publishing guidance.
    • Clarified supported themes, environment configuration, API endpoints, troubleshooting, and Metro usage.
    • Added guidance for updating wallet settings and restarting local services.

Signed-off-by: Kaushik Gupta <146950347+Kaushikgupta469@users.noreply.github.com>
#2521
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Kaushikgupta469, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 28 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9a1db381-0d53-4a52-ae15-84f793f04bfe

📥 Commits

Reviewing files that changed from the base of the PR and between 7c8f42f and 076962f.

⛔ Files ignored due to path filters (1)
  • .gitbook/assets/inji_github_actions_android_ios.jpg is excluded by !**/*.jpg
📒 Files selected for processing (1)
  • inji-wallet/inji-mobile/build-and-deployment/README.md

Walkthrough

The documentation updates align Inji Mobile with current repository links and toolchains, revise Android and iOS build and publishing workflows, and replace local deployment guidance with detailed Mimoto Docker Compose, OAuth, certificate, endpoint, and wallet configuration instructions.

Changes

Mobile build and local setup

Layer / File(s) Summary
Toolchain and build prerequisites
inji-wallet/inji-mobile/build-and-deployment/README.md
Updates repository links, Node/npm, Gradle, Expo, SDK, iOS, Docker, and platform setup instructions.
Mobile build and publishing workflows
inji-wallet/inji-mobile/build-and-deployment/README.md
Updates themes, environment configuration, device and keystore behavior, troubleshooting, iOS build notes, and Android/iOS publishing workflows.
Local Mimoto setup and wallet configuration
inji-wallet/inji-mobile/build-and-deployment/local-setup.md
Reworks Docker Compose setup, certificates, OAuth credentials, API endpoints, volume handling, and wallet configuration through Mimoto and ngrok.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related issues

  • inji/inji-wallet#2521 — Covers similar updates to Inji Mobile local setup documentation, including Mimoto, Docker, and onboarding configuration.

Poem

A bunny hops through builds anew,
With purple skies and gradients too.
Mimoto jars now neatly spin,
OAuth paths let wallets in.
“npx expo!” the rabbit sings,
While Metro helps the iOS wings.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main documentation refresh focused on the Inji Mobile Wallet local setup guide.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@inji-wallet/inji-mobile/build-and-deployment/README.md`:
- Around line 469-471: Update the TestFlight instructions near the iOS
deployment workflow to use an iOS-specific GitHub Actions screenshot asset
instead of inji_android_github_actions.jpg; if the UI is identical, remove the
embedded image.
- Around line 13-16: Align the Node/npm prerequisite in the setup documentation
with the actual installation steps: either add an explicit step to install or
pin npm 8.19.3, or update the prerequisite to the npm version bundled with Node
18.17.1. Keep the documented toolchain versions consistent.
- Around line 249-252: Update the README command for rebuilding after .env
changes to pass the flag through npm using the supported double-dash separator:
`npm run android:mosip -- --reset-cache`. Keep the surrounding build and
installation instructions unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d7c204b4-2664-4a5a-b7d8-d0f224d33b60

📥 Commits

Reviewing files that changed from the base of the PR and between 8ca8d85 and 7c8f42f.

⛔ Files ignored due to path filters (3)
  • .gitbook/assets/inji_android_github_actions.jpg is excluded by !**/*.jpg
  • .gitbook/assets/inji_android_github_actions.png is excluded by !**/*.png
  • .gitbook/assets/inji_ios_github_actions.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • inji-wallet/inji-mobile/build-and-deployment/README.md
  • inji-wallet/inji-mobile/build-and-deployment/local-setup.md

Comment thread inji-wallet/inji-mobile/build-and-deployment/README.md
Comment thread inji-wallet/inji-mobile/build-and-deployment/README.md
Comment thread inji-wallet/inji-mobile/build-and-deployment/README.md Outdated
Signed-off-by: Kaushik Gupta <146950347+Kaushikgupta469@users.noreply.github.com>
This reverts commit cc2ad80.

Signed-off-by: Kaushik Gupta <146950347+Kaushikgupta469@users.noreply.github.com>
…d text

Signed-off-by: Kaushik Gupta <146950347+Kaushikgupta469@users.noreply.github.com>
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.

1 participant