microsoft / clarity-apps

Repo for distributing Clarity Apps packages
MIT License
46 stars 2 forks source link

[BUG][Android] Jetpack compose only screen is MainActivity #56

Closed IvanLarenas closed 2 months ago

IvanLarenas commented 2 months ago

im using implementation 'com.microsoft.clarity:clarity-compose:2.5.0'

The only screen that i have is MainActivity. the setScreenName function seems to be only for React native. how to control the screen name on jetpack compose?

SaadeldinBadr commented 2 months ago

Hello @IvanLarenas ,

As you mentioned, setCurrentScreenName is currently only available in React Native. However, we're working on making it available for the rest, and it should be released very soon.