Skip to content

Commit

Permalink
add android notes
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Feb 5, 2024
1 parent 2bcba6c commit b28a231
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Install the SDK using `npm` or your preferred JavaScript package manager
npm add @aptabase/react-native
```

## Android Requirements

If you're targeting Android, you'll need to add the following permissions to your `AndroidManifest.xml`:

```xml
<uses-permission android:name="android.permission.INTERNET" />
```

## Usage

First, you need to get your `App Key` from Aptabase, you can find it in the `Instructions` menu on the left side menu.
Expand Down

0 comments on commit b28a231

Please sign in to comment.