Remove customDirectEventTypes

Summary: This method has been deprecated for a while and there are no internal use-cases left (customBubblingEventTypes is still used by RCTViewManager though).

Reviewed By: fkgozali

Differential Revision: D4083327

fbshipit-source-id: 261e0dce3b41714d13b46d146f87fc415eb9e817
This commit is contained in:
Pieter De Baets
2016-10-27 06:54:28 -07:00
committed by Facebook Github Bot
parent 19ab84ffb7
commit aa4428cd13
4 changed files with 4 additions and 34 deletions

View File

@@ -45,7 +45,7 @@ RCT_EXPORT_MODULE()
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
- (NSArray<NSString *> *)customDirectEventTypes
- (NSArray<NSString *> *)customBubblingEventTypes
{
return @[@"foo"];
}