is there a simple command, where I can get the current memory usage of my app? I know that there is a lot of information on the page https://facebook.github.io/react-native/docs/performance.html.
But I want to know: is there a javascript command (maybe connected with a react-native-module or expo-react-native-module) which shows me the current usage?
Or is there any other plain javascript command for this?