react-native-macos/React/Profiler
Leo Natan 23f578779b Fix incorrect unhooking for UI manager views in RCTProfileUnhookModules (#25042)
Summary:
This PR fixes incorrect unhooking for UI manager views in `RCTProfileUnhookModules`. `view` is actually a key, not the view itself; instead, use `viewForReactTag:` to obtain the view itself.

This fixes issue #24952.

## Changelog

[iOS] [Fixed] - Fix incorrect unhooking for UI manager views in `RCTProfileUnhookModules`, causing an infinite `RCTProfileTrampoline ` recursion (#24952)
Pull Request resolved: https://github.com/facebook/react-native/pull/25042

Differential Revision: D15580978

Pulled By: PeteTheHeat

fbshipit-source-id: 3483a7f6380b6fb1db4249374d86f692348c9aa2
2019-05-31 12:47:29 -07:00
..
RCTFPSGraph.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTFPSGraph.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTMacros.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTPerfMonitor.m Fix PerfMonitor appearance when reloading JS (#24073) 2019-03-21 03:21:15 -07:00
RCTProfile.h Fix 50 xcode warnings (#23553) 2019-02-20 10:17:26 -08:00
RCTProfile.m Fix incorrect unhooking for UI manager views in RCTProfileUnhookModules (#25042) 2019-05-31 12:47:29 -07:00
RCTProfileTrampoline-arm.S Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTProfileTrampoline-arm64.S Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTProfileTrampoline-i386.S Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTProfileTrampoline-x86_64.S Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00