How to use the @heap/react-native-heap.track function in @heap/react-native-heap

To help you get started, we’ve selected a few @heap/react-native-heap examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github heap / react-native-heap / examples / TestDriver / src / mainScreen.js View on Github external
        <button title="Call Track1"> Heap.track('pressInTestEvent1', {})}&gt;</button>
        <button title="Call Track2"> Heap.track('pressInTestEvent2', {})}&gt;</button>
github heap / react-native-heap / examples / TestDriver / src / mainScreen.js View on Github external
        <button title="Call Track3"> Heap.track('pressInTestEvent3', {})}&gt;</button>
        <button title="Call Track4"> Heap.track('pressInTestEvent4', {})}&gt;</button>
github heap / react-native-heap / examples / TestDriver / src / mainScreen.js View on Github external
        <button title="Call Track2"> Heap.track('pressInTestEvent2', {})}&gt;</button>
        <button title="Call Track3"> Heap.track('pressInTestEvent3', {})}&gt;</button>
github heap / react-native-heap / examples / TestDriver / src / mainScreen.js View on Github external
        <button title="Call Track4"> Heap.track('pressInTestEvent4', {})}&gt;</button>
        <button title="Call AUP"> Heap.addUserProperties({prop1: 'foo', prop2: 'bar'})}&gt;</button>