You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all the work on this package - requesting screen time permissions, selecting apps to track, and view the events works great.
One question -> is it possible to view all the selected apps and the amount of time spent on each app? I think the only way to do this is through the iOS DeviceActivityReport but I am wondering if there's an implementation of it in this package that I'm overlooking.
The text was updated successfully, but these errors were encountered:
@bcimbali This is an early draft at it, using DeviceActivityReport as you mention: #20
Since it's not currently part of the use case I'm working on it's not high priority on my side. But feel free to iterate on it! I think the key here is to make the DeviceActivityReport wrap as simple as possible UI component to make it easy to style and build a UI around on the React Native side (Text will go a long way I think).
Thanks! This will help a lot. I was planning to try to add the DeviceActivityReport as an ios target/extension via that expo-apple-targets experimental npm package, but this gives another alternative.
Thanks for all the work on this package - requesting screen time permissions, selecting apps to track, and view the events works great.
One question -> is it possible to view all the selected apps and the amount of time spent on each app? I think the only way to do this is through the iOS
DeviceActivityReport
but I am wondering if there's an implementation of it in this package that I'm overlooking.The text was updated successfully, but these errors were encountered: