Skip to content

Commit b28a231

Browse files
committed
add android notes
1 parent 2bcba6c commit b28a231

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Install the SDK using `npm` or your preferred JavaScript package manager
1212
npm add @aptabase/react-native
1313
```
1414

15+
## Android Requirements
16+
17+
If you're targeting Android, you'll need to add the following permissions to your `AndroidManifest.xml`:
18+
19+
```xml
20+
<uses-permission android:name="android.permission.INTERNET" />
21+
```
22+
1523
## Usage
1624

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

0 commit comments

Comments
 (0)