Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions ANDROID_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Android Installation

<details>
<summary>Manual Install</summary>
## Step 1. Manual Install

- In `android/settings.gradle`

Expand Down Expand Up @@ -40,9 +39,8 @@ public class MainApplication extends Application implements ReactApplication {
}
```

</details>

## Add Intent Filter
## Step 2. Add Intent Filter

- In `android/app/src/main/AndroidManifest.xml` in the `<activity>` tag:

Expand Down