Skip to content

Commit

Permalink
chore: Cleanup mobile app docs (#528)
Browse files Browse the repository at this point in the history
* chore: update docs

* chore: update the guide

* Update docs/contributing-guide/mobile-app/setup-guide.md

Co-authored-by: Sivin Varghese <[email protected]>

* Update docs/contributing-guide/mobile-app/setup-guide.md

Co-authored-by: Sivin Varghese <[email protected]>

---------

Co-authored-by: Sivin Varghese <[email protected]>
  • Loading branch information
muhsin-k and iamsivin authored Feb 28, 2025
1 parent 11e3ea0 commit ad80c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing-guide/mobile-app/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ pnpm run:android

Please always to install the packages using the command `npx expo install package-name` instead of `pnpm install package-name`.

This is crucial for native dependencies because the expo will automatically install the correct compatible version while pnpm/yarn/npm will install the latest version which may or may not be compatible.
This is crucial for native dependencies because Expo will automatically install the correct compatible version, while pnpm/yarn/npm may install the latest version, which may not be compatible.

### Push notification

If you are using the community edition of Chatwoot, you would now be able use the [Official mobile app](https://www.chatwoot.com/mobile-apps) with push notifications without any additional configuration. Please refer to the [documentation](https://www.chatwoot.com/hc/handbook/articles/1687935909-push-notification) for more details.
If you are using the community edition of Chatwoot, you can now use the [official mobile app](https://www.chatwoot.com/mobile-apps) with push notifications without any additional configuration. Please refer to the [documentation](https://www.chatwoot.com/hc/handbook/articles/1687935909-push-notification) for more details.


### Build & Submit using EAS
Expand Down

0 comments on commit ad80c9e

Please sign in to comment.