Open dansimau opened 2 years ago
Hello!
Thanks for the issue. I've actually been working hard on a reworked React Native library that is more React "Native" which has more features as well as fits in nicely to something like React Native navigation. It will be released today as version 2.0.0 so perhaps that is something you can try.
For the current RN library, screens isn't perfect as it RN has a lot of abstractions away from the underlying navigation system. You can manually track a screen view which would allow you to use the "screen events" more reliably based on your own naming from react-native-navigation (this is what V2 does).
For example this is from me testing it on my personal project using the .screen()
function:
As you say though it would be great to be able to specify an event sub-property to create paths based on any events. Should be doable...
Is your feature request related to a problem?
navigation.navigated
with a propertyrouteName
navigation.navigated
events but I can't see the screen/route names and there is no ability to break down events by property valueScreenshot comparison
Mixpanel Flow Insight:
PostHog User Path:
Describe the solution you'd like
Describe alternatives you've considered