react-native-macos/React/Fabric
Adam Ernst 0e8d571298 Remove duplicate category implementation
Summary:
Duplicate category method implementations cause undefined behavior in Objective-C; one is chosen essentially at random. The linker also issues a noisy warning about this (which is how I noticed this case).

It didn't matter in this particular case since both implementations do the same thing, but we should clean this up so people don't get desensitized to these linker warnings. There is no need to have two implementations.

Reviewed By: fkgozali

Differential Revision: D16587219

fbshipit-source-id: 56dc3493735443c476484092f4a7eacfcddee8cb
2019-07-31 16:42:25 -07:00
..
Mounting Break retain cycle in RCTScrollViewComponentView 2019-07-31 10:05:28 -07:00
Surface Fix typos (#25770) 2019-07-23 03:23:11 -07:00
Utils Break retain cycle in RCTScrollViewComponentView 2019-07-31 10:05:28 -07:00
RCTConversions.h Fabric: Moving RNWrapManagedObject to `react/utils` module 2019-04-29 21:21:11 -07:00
RCTImageResponseDelegate.h Support image props for Slider component, feature parity with pre-Fabric Slider 2019-02-05 17:31:40 -08:00
RCTImageResponseObserverProxy.h Break retain cycle between view component and observer (#25019) 2019-05-24 12:15:39 -07:00
RCTImageResponseObserverProxy.mm Support image props for Slider component, feature parity with pre-Fabric Slider 2019-02-05 17:31:40 -08:00
RCTPrimitives.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTScheduler.h Support View Manager Commands 2019-07-19 11:54:44 -07:00
RCTScheduler.mm Set scheduler delegate during construction 2019-07-29 10:42:31 -07:00
RCTSurfacePresenter.h Remove duplicate category implementation 2019-07-31 16:42:25 -07:00
RCTSurfacePresenter.mm Remove duplicate category implementation 2019-07-31 16:42:25 -07:00
RCTSurfaceRegistry.h Comments & category cleanup 2019-07-20 10:41:46 -07:00
RCTSurfaceRegistry.mm use shared mutex in RCTSurfacePresenter 2019-03-29 10:33:33 -07:00
RCTSurfaceTouchHandler.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceTouchHandler.mm Fabric: Trivial local variable renaming in RCTSurfaceTouchHandler 2019-06-28 15:35:53 -07:00
RCTTouchableComponentViewProtocol.h Use new yearless copyright header format 2019-02-19 10:35:12 -08:00