docs.vexo.co Open in urlscan Pro
76.76.21.61  Public Scan

URL: https://docs.vexo.co/
Submission: On July 01 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

VEXO /Documentation
 * Getting Started
 * Quickstart
 * Features
 * Dashboard
 * Active Users
 * Average Session
 * New Downloads
 * Drop Off Rate
 * Users By Country
 * Version Adoption
 * Popular Screens
 * App Intensity
 * Custom Events
 * Devices
 * Sessions
 * Real Time Inspector
 * Heatmaps
 * Screen & Taps
 * Screenshots
 * App Settings
 * General Information
 * People
 * Delete Application
 * Account Settings
 * General Information
 * Delete Account

VEXO /Documentation
Log In


INTRODUCTION TO VEXO

Vexo is the first React Native out of the box tool for analytics. We provide a
solution for precise and actionable data with a seamless integration and
zero-configuration, zero-coding support.

Our documentation is a great place to find most answers and make sure that your
experience using Vexo is a magical one.


QUICKSTART

Prerequisites

 * Using React Navigation or Expo Router

Expo

 * ✅ You can use this library with Development Builds. No config plugin is
   required.
 * ❌ This library can't be used in the "Expo Go" app because it requires custom
   native code.

Getting started

 1. Create an account here
 2. You'll be prompted into creating a new app, give it a cool name (you will be
    able to change that later) and once you submit it, you'll be given an API
    key.
 3. Run yarn add vexo-analytics or npm install vexo-analytics in your project.
    Run npx pod-install if you have an iOS project.
 4. Add the following code to your app entry file (usually index.js or App.js):

import { vexo } from 'vexo-analytics';

// You may want to wrap this with `if (!__DEV__) { ... }` to only run Vexo in production.
vexo('YOUR_API_KEY');


 5. Re-build and run your app (the vexo-analytics package includes native code).
 6. Go to your app's page on Vexo and you should see your first event!

Wait, that's it? Yes! That's it. With that ease of integration experience you
get an incredible set of features, go check them out!

Next
Supported features