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 May 7, 2024
1 parent b498834 commit 573c608
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 573c608

Please sign in to comment.