RNSScreen in analytics events #7247
Replies: 4 comments 5 replies
-
Happens to us as well. Mostly happens on iOS.
Always keeping the @react-native-firebase/* packages up to date with dependabot. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Any updates on this ? 🙏 |
Beta Was this translation helpful? Give feedback.
-
Were any of you able to find a fix for this? @thomasblom @Panda-ref @Romaric-CH @mikehardy |
Beta Was this translation helpful? Give feedback.
-
Bumping this, can someone please respond to confirm if this is still the right way to disable |
Beta Was this translation helpful? Give feedback.
-
I'm using
@react-native-firebase/analytics
in combination withreact-native-screens
. In every event there is a propertyfirebase_screen_class
that contains the current classname of the screen.By default
react-native-screens
sets this property asRNSScreen
, but i change the value withanalytics().logScreenView(...)
.After a couple of events it changes back to
RNSScreen
and i'm not sure where that happens..Does anyone know more about this value and where it comes from and how it resets to the initial value?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions