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
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