Skip to content

Commit

Permalink
feat: add note about install
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jan 20, 2025
1 parent 9975041 commit 887c4c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
```
"config-plugin-rn76-expo52": "git+https://github.com/DocuCare/config-plugin-rn76-expo52.git"
```
or

```shell
yarn add DocuCare/config-plugin-rn76-expo52 # yarn
npm install --save DocuCare/config-plugin-rn76-expo52 # npm
```

- Add the plugin to `plugins` in your `app.config.{js,ts}`

Expand Down

0 comments on commit 887c4c6

Please sign in to comment.