What are you using for analytics/tracking in your react native apps?
I've been building more React Native apps lately, and I'm curious what everyone is using for analytics these days.
I'm mainly looking for things like:
- screen views
- button clicks / custom event
- funnels
- retention
- crashes (if you use the same tool)
I've used a few different solutions over the years, but I'm wondering what people actually stick with in production.
Do you use something like PostHog, Mixpanel or something else?
I'd also love to know:
- what made you choose it?
- anything you wish you'd known before integrating it?
- any tools you'd avoid?
Curious to hear what's become the go-to setup for rn apps these days.