We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcba6c commit b28a231Copy full SHA for b28a231
README.md
@@ -12,6 +12,14 @@ Install the SDK using `npm` or your preferred JavaScript package manager
12
npm add @aptabase/react-native
13
```
14
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
23
## Usage
24
25
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