xref: /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/WorkletEventHandler.cpp (revision ec053155)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "WorkletEventHandler.h"
2 
3 namespace reanimated {
4 
5 void WorkletEventHandler::process(jsi::Runtime &rt, jsi::Value &eventValue) {
6   handler.callWithThis(rt, handler, eventValue);
7 }
8 
9 }
10 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025