react-native-macos/React
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
..
Base Add utility methods for enabling high quality error messages 2019-07-24 19:39:29 -07:00
CoreModules Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
CxxBridge Fix typos (#25770) 2019-07-23 03:23:11 -07:00
CxxModule Fix typos (#25770) 2019-07-23 03:23:11 -07:00
CxxUtils Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
DevSupport CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
Fabric Remove duplicate category implementation 2019-07-31 16:42:25 -07:00
Inspector CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
Modules Remove duplicate category implementation 2019-07-31 16:42:25 -07:00
Profiler Fix incorrect unhooking for UI manager views in RCTProfileUnhookModules (#25042) 2019-05-31 12:47:29 -07:00
UIUtils Calculate Correct Window Dimensions for iOS (#19932) 2019-04-10 14:25:14 -07:00
Views Do not override ActivityIndicator color when setting its size (#25849) 2019-07-30 04:31:24 -07:00
React-RCTFabric.podspec Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
third-party.xcconfig Upgrade folly to v2018.10.22.00 for iOS (#21976) 2018-10-29 12:13:11 -07:00