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.
Prerequisites
Expo
Getting started
yarn add vexo-analytics
or npm install vexo-analytics
in your project. If you are using bare React Native, run pod install
in the iOS folder.index.js
, App.js
or _layout.tsx
if 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');
vexo-analytics
package includes native code).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!