mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-20 07:44:29 +08:00
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:
committed by
Facebook Github Bot
parent
19ab84ffb7
commit
aa4428cd13
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user