Skip to content

trybe/react-native-amplitude-sdk

 
 

Repository files navigation

react-native-amplitude-sdk

React Native wrapper for Amplitude.

Setup

# Yarn
yarn add react-native-amplitude-sdk

# NPM
npm install --save react-native-amplitude-sdk

iOS with Cocoapods

Add the following to your Podfile:

pod "react-native-amplitude-sdk", path: "../node_modules/react-native-amplitude-sdk"

Then run:

pod install

You're done! 🎉

NOTE Your relative path to node_modules may differ.

Android

Coming soon, PRs welcome!

Usage

TODO

About

React Native wrapper for Amplitude.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 45.3%
  • JavaScript 34.8%
  • Ruby 19.9%