vexo-analytics
v1.4.0
Published
The analytics tool for React Native.
Downloads
2,933
Readme
vexo-analytics
We are here to solve the complex analytics problem for your startup. In order to get to know your users, just follow this steps:
Installation
npm install vexo-analytics
Usage
Add to index.js
:
// Other imports
import { vexo } from 'vexo-analytics'
vexo('YOUR_API_KEY');
// Your app
AppRegistry.registerComponent(appName, () => App);
To get your API key create an account in Vexo
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library