RNSScreen in analytics #1831
Unanswered
thomasblom
asked this question in
Q&A
Replies: 1 comment
-
Hi @thomasblom! Sorry you had to wait for response from our side 😔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
react-native-screens
in combination with@react-native-firebase/analytics
. 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? It is possible that its an issue in the Firebase Analytics package, but maybe someone here knows more.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions