mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
105 stars 44 forks source link

Set user properties #107

Closed richardwu closed 2 years ago

richardwu commented 2 years ago

It doesn't seem like there's method to to set user properties (for identified or non-identified users) (this endpoint specifically https://developer.mixpanel.com/reference/user-profiles).

Can we add this to the API?

richardwu commented 2 years ago

Ah nevermind, I just realized that you can do mixpanel.getPeople().set(...)!