React Native event tracking with Heap.
npm install @heap/react-native-heap


React Native tracker for Heap.
Thanks for using Heap's React Native SDK! If you're having any issues, please reach out to customer support at
bash
expo install @heap/react-native-heap
`Getting Started Expo Bare Workflow or Non Expo app
`bash
npm install @heap/react-native-heap
`For autotrack, add the following plugins to your
.babelrc or babel.config.js file (not required for manual tracking):`json
{
"plugins": [
"add-react-displayname",
"./node_modules/@heap/react-native-heap/instrumentor/src/index.js"
]
}
``Thank you to Mark Miyashita for creating negativetwelve/react-native-heap-analytics, which was the initial basis for this library!