davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Unable to create new profile. #131

Closed hugoh59 closed 6 years ago

hugoh59 commented 6 years ago

I'm unable to create a new profile, I'm using React Native Wrapper, here's my code that doesn't do anything:

Mixpanel.identify(this.props.id); Mixpanel.setOnce({ "$first_name": this.props.first_name, "$last_name": this.props.last_name, "$email": this.props.email });

Any tip on how to make it work?