React-native support
Is this web-only? Or would it work in react-native as well?
I'm wondering the same thing. Looking at the source, it seems to be limited to web since it's using both document and window: https://github.com/codler/react-ga4/blob/d0b14c26a7dd5fdbe98e3dd4ef0e6653d0a19ba3/src/ga4.js#L90-L105
I'm wondering the same thing. Looking at the source, it seems to be limited to web since it's using both
documentandwindow:https://github.com/codler/react-ga4/blob/d0b14c26a7dd5fdbe98e3dd4ef0e6653d0a19ba3/src/ga4.js#L90-L105 Yea, we ended up using react-native-firebase/analytics for mobile.
Yea, we ended up using react-native-firebase/analytics for mobile.
Same