6

I am reading this article about profiling React applications: Optimize slow React components and in the Profiler you can see "Why did this render" in the tooltip and sidebar:

enter image description here

enter image description here

Where as in my profiler there is no such information. I am using the latest version of React Native Debugger:

enter image description here

How can I see / display this information?

Mr. Robot
  • 1,334
  • 6
  • 27
  • 79

1 Answers1

10

There is a setting for that, which is disabled by default apparently:

enter image description here

pors
  • 3,856
  • 36
  • 33