segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Reset() parameter documentation #951

Closed hvardhan-unth closed 3 weeks ago

hvardhan-unth commented 3 weeks ago

Issue - The reset method is listed as having no parameters in the docs: https://github.com/segmentio/analytics-react-native#reset

Fix - Updated the documentation with following information When false is passed as an argument in reset method, it will skip resetting the anonymousId (but reset the rest of the user date)