Google Analytics doesn't work with Expo?

I’m trying to log events into Firebase Analytics.

I go to use the expo-firebase-anlytics library but it require “native Firebase”

When I go to try to use “native Firebase” (I use EAS to build a custom development client and managed workflow), the Expo documentation says I just need to download and point to some files. I did that but it’s not working. And when I look at the Google documentation, it says I need to do more configuration like install certain cocoa pods (ios) and modifying gradlew files (Android). React Native Firebase | React Native Firebase

How to I switch to using “native Firebase” so that I can use expo-firebase-analytics??