vexo-analytics
v1.5.4
Published
The analytics tool for React Native.
Readme
vexo-analytics
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.
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
Create an account here
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.
Run
yarn add vexo-analyticsornpm install vexo-analyticsin your project. If you are using bare React Native, runpod installin the iOS folder.Add the following code to your app entry file (usually
index.js,App.jsor_layout.tsxif you're using Expo Router):import { vexo } from 'vexo-analytics'; // You may want to wrap this with `if (!__DEV__) { ... }` to only run Vexo in production. vexo('YOUR_API_KEY');Re-build and run your app (the
vexo-analyticspackage includes native code).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!
