react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Add option to trigger the backend from events

Open bartlomiejbloniarz opened this issue 2 months ago • 2 comments

Summary: Currently the backend only applies changes when it is notified of a new animation frame. This setup doesn't work properly for events, as they could come in after the current frame was already calculated. So we need to allow events to trigger the backend manually.

Differential Revision: D89286813

bartlomiejbloniarz avatar Dec 16 '25 15:12 bartlomiejbloniarz

@bartlomiejbloniarz has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89286813.

meta-codesync[bot] avatar Dec 16 '25 15:12 meta-codesync[bot]

Warnings
:warning:

JavaScript API change detected

This PR commits an update to ReactNativeApi.d.ts, indicating a change to React Native's public JavaScript API.

  • Please include a clear changelog message.
  • This change will be subject to additional review.

This change was flagged as: NON_BREAKING

Generated by :no_entry_sign: dangerJS against 8944b0c10b3b58417442212a7ae64f735632aa68

react-native-bot avatar Dec 16 '25 17:12 react-native-bot