From b28a231e523cf3c0f1af243d93f8bd8cdd25f4e3 Mon Sep 17 00:00:00 2001 From: goenning Date: Mon, 5 Feb 2024 13:02:33 +0000 Subject: [PATCH] add android notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a137be..5874a08 100644 --- a/README.md +++ b/README.md @@ -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 + +``` + ## Usage First, you need to get your `App Key` from Aptabase, you can find it in the `Instructions` menu on the left side menu.