Skip to content

Instantly share code, notes, and snippets.

View jbwyme's full-sized avatar

Josh Wymer jbwyme

  • Mixpanel
View GitHub Profile
import {MixpanelInstance} from 'react-native-mixpanel';
class MixpanelStub {
constructor() {
this.queue = {track: []};
}
track(event, properties) {
console.log('queuing event for tracking');