1 #include "WorkletEventHandler.h" 2 3 namespace ABI48_0_0reanimated { 4 process(jsi::Runtime & rt,const jsi::Value & eventValue)5void WorkletEventHandler::process( 6 jsi::Runtime &rt, 7 const jsi::Value &eventValue) { 8 handler.callWithThis(rt, handler, eventValue); 9 } 10 11 } // namespace reanimated 12