RNSScreen in analytics events #7247
Unanswered
thomasblom
asked this question in
Q&A
Replies: 3 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.
0 replies
-
I have the same issue. Any updates on this ? 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Were any of you able to find a fix for this? @thomasblom @Panda-ref @Romaric-CH @mikehardy |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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