Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnguyennn authored Apr 28, 2021
1 parent a07498e commit 2385158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Simple unit converter app using React Native (only Android - because I don't hav
## Usage

Clone this repo and run command to install all packages used:
```
```bash
$ yarn install
```

Next, run following command to create .apk file:
```
```bash
$ cd android
$ ./gradlew assembleRelease
```
Now, we have .apk in `android/app/build/output/apk/release/app-release.apk`. Install app and enjoy.

## All packages used
- See in `package.json`
- See in `package.json`

0 comments on commit 2385158

Please sign in to comment.