fix: Fix passing options to frame processors on iOS (#1750)
This commit is contained in:
parent
ca7c8ab22d
commit
6dd1d4147e
@ -39,7 +39,7 @@ jsi::Value FrameProcessorPluginHostObject::get(jsi::Runtime& runtime, const jsi:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Call actual Frame Processor Plugin
|
// Call actual Frame Processor Plugin
|
||||||
id result = [_plugin callback:frame withArguments:nil];
|
id result = [_plugin callback:frame withArguments:options];
|
||||||
|
|
||||||
// Convert result value to jsi::Value (possibly undefined)
|
// Convert result value to jsi::Value (possibly undefined)
|
||||||
return JSINSObjectConversion::convertObjCObjectToJSIValue(runtime, result);
|
return JSINSObjectConversion::convertObjCObjectToJSIValue(runtime, result);
|
||||||
|
Loading…
Reference in New Issue
Block a user