Closed benjackwhite closed 11 months ago
Someone pointed out that the posthog-js methods aren't available in RN. They are actually there just with slightly outdated naming
personProperties
setPersonPropertiesForFlags
posthog-js
groupProperties
setGroupPropertiesForFlags
Problem
Someone pointed out that the posthog-js methods aren't available in RN. They are actually there just with slightly outdated naming
Changes
Release info Sub-libraries affected
Bump level
Libraries affected
Changelog notes
personProperties
tosetPersonPropertiesForFlags
to matchposthog-js
and more clearly indicated what it doesgroupProperties
tosetGroupPropertiesForFlags
to matchposthog-js
and more clearly indicated what it does