Reputation: 13
I've been struggling to find a way to integrate firebase analytics into an app I've built with react native and expo. All available solutions require detaching, but I don't want that. So ss there any way to integrate firebase analytics into an expo react-native app without detaching?
Upvotes: 1
Views: 768
Reputation: 186
That's currently not possible without detaching, but it seems that it's being worked on and is on the horizon.
Take a look at this: What’s New in Expo-Firebase rc.5 - TL;DR: It’s not in the client yet
Upvotes: 2