Skip to content

Cross-platform analytics libraries for React and React Native.

License

Notifications You must be signed in to change notification settings

negativetwelve/analytics-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics X

Cross-platform analytics for React and React Native apps.

Getting Started

Install analytics-x using yarn:

yarn add analytics-x

Setup

React Native

No additional setup required for react-native.

React DOM

If using Webpack, you need to add the .dom.js extension to the extensions array.

module.exports = {
  resolve: {
    extensions: ['.dom.js', '.js', '.json'],
  },
};

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.

About

Cross-platform analytics libraries for React and React Native.

Resources

License

Stars

Watchers

Forks

Packages

No packages published