Skip to content

Commit

Permalink
Create Fabric-specific version of ReactNativeAttributesPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrorykun committed Apr 18, 2024
1 parent 0061ca6 commit cd7015c
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ import type {
TouchedViewDataAtPoint,
ViewConfig,
} from './ReactNativeTypes';
import {create, diff} from './ReactNativeAttributePayload';
import {create, diff} from './ReactNativeAttributePayloadFabric';
import {dispatchEvent} from './ReactFabricEventEmitter';
import {
NoEventPriority,
Expand Down

0 comments on commit cd7015c

Please sign in to comment.