Skip to content

Commit

Permalink
updated for newer definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Jul 31, 2023
1 parent 917a1d8 commit d45112b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/libs/updatePropsPaperWorklet/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ export default function (viewTag, viewName, updates) {

// _updatePropsPaper is a function that is worklet function from react-native-reanimated which is not available on web
// eslint-disable-next-line no-undef
_updatePropsPaper(viewTag, viewName, updates);
_updatePropsPaper([
{
tag: viewTag,
name: viewName,
updates,
},
]);
}

0 comments on commit d45112b

Please sign in to comment.