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:
Martin Kralik
2016-04-01 06:53:04 -07:00
committed by Facebook Github Bot 8
parent 8f07b01ac8
commit a496baa68c
5 changed files with 25 additions and 7 deletions

View File

@@ -59,6 +59,11 @@ CGFloat const ZINDEX_STICKY_HEADER = 50;
RCT_NOT_IMPLEMENTED(- (instancetype)init)
- (uint16_t)coalescingKey
{
return 0;
}
- (NSDictionary *)body
{
NSDictionary *body = @{