I am building an app with a use case where I will have to read the notifications of other apps to get the information about the media which is playing currently (like song name, artist name, etc).
How do I achieve this on React Native? I have no idea where to start.