Skip to content

Commit

Permalink
cleanup build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck committed Dec 23, 2024
1 parent 01dbb86 commit 9fe09c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/react-native-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ Or directly from this folder using.
docker build -f android.Dockerfile --platform=linux/amd64 --output=. .
```

This will produce `react-native-app.apk` in the directory where you ran the
command. If you have an Android emulator running on your machine then you can
simply drag and drop this file onto the emulator's window in order to install it
following
[these steps](https://developer.android.com/studio/run/emulator-install-add-files).
This will create a `react-native-app.apk` file in the directory where you ran
the command. If you have an Android emulator running on your machine then you
can drag and drop this file onto the emulator's window in order to install it.

## Troubleshooting

Expand Down

0 comments on commit 9fe09c6

Please sign in to comment.