Memory usage info

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 Performance Overview · React Native.

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?

1 Like

Hi, at the moment there’s no straightforward way to do that. We could do a better job providing memory information to our developers, but right now we don’t. The instructions in that article you linked to are the best thing to follow for now.

2 Likes