Closed hugoh59 closed 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?
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?