react-ga4 icon indicating copy to clipboard operation
react-ga4 copied to clipboard

React-native support

Open polcats opened this issue 2 years ago • 3 comments

Is this web-only? Or would it work in react-native as well?

polcats avatar May 24 '23 06:05 polcats

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

AdamGerthel avatar Jun 02 '23 20:06 AdamGerthel

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 Yea, we ended up using react-native-firebase/analytics for mobile.

polcats avatar Jun 08 '23 02:06 polcats

Yea, we ended up using react-native-firebase/analytics for mobile.

Same

AdamGerthel avatar Jun 08 '23 09:06 AdamGerthel