Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RAM, JSC, Views, UI and JS usage table appearing whenever I launch my react native app. How to remove this table?

I am trying to develop a mobile app for shake gesture in react-native. Everything is working fine, but RAM, JSC, Views, UI and JS usage table is appearing in iPhone7. I am not sure is it related to this app or specific to phone. Because this is appearing only in iPhone7 and not in iPhone 7Plus and Samsung s7 in those devices I tested.

I tried to remove the app and reinstalled and restarted the device.

like image 705
chanduthedev Avatar asked Jun 24 '19 08:06

chanduthedev


2 Answers

It's from the Expo simulator. Physically shake your iPhone and tap Hide Perf Monitor from the options menu

like image 100
Matthew Gruman Avatar answered Nov 13 '22 21:11

Matthew Gruman


In the Simulator, tap Cmd D > Hide Perf Monitor

Simulator Screenshot

like image 2
Raphael Pinel Avatar answered Nov 13 '22 23:11

Raphael Pinel