React Native wrapper for Amplitude.
# Yarn
yarn add react-native-amplitude-sdk
# NPM
npm install --save react-native-amplitude-sdk
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.
Coming soon, PRs welcome!
TODO