I want to track user's overall app usage time (other apps) in React Native.
I found android.app.usage that tracks exactly what I want.
Is it possible to use 'android.app.usage' in React Native? or Do I have to make my own native module for React Native?
Thanks in advance!