mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
reintroduced coalescing key for events
Summary: This was previously removed in D2884587, but we will need it going forward. See D3092867 for reasons why it's necessary again. Reviewed By: javache Differential Revision: D3092848 fb-gh-sync-id: 0d10dbac4148fcc8e035d32d8eab50f876d99e88 fbshipit-source-id: 0d10dbac4148fcc8e035d32d8eab50f876d99e88
This commit is contained in:
committed by
Facebook Github Bot 8
parent
8f07b01ac8
commit
a496baa68c
@@ -59,6 +59,11 @@ CGFloat const ZINDEX_STICKY_HEADER = 50;
|
||||
|
||||
RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
||||
|
||||
- (uint16_t)coalescingKey
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (NSDictionary *)body
|
||||
{
|
||||
NSDictionary *body = @{
|
||||
|
||||
Reference in New Issue
Block a user