davide-scalzo/react-native-mixpanel

Unable to create new profile.

Closed this issue · 0 comments

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?