How can i highlight update when components render on react native?

731 Views Asked by At

I have to optimise a react native app and i don't find a way to see the render's update.

When i open the browser console on react native debugger i can't see the "Profiler" or "Components" of React DevTools that allows me to use that highlight functionality.

enter image description here

Does anybody know a "visual way" to know which component is rendering when i'm using my react native app ?

0

There are 0 best solutions below