From 444e421e67db1e3c4e55148f846de5e756d636b1 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 6 Jul 2021 15:21:40 +0200 Subject: [PATCH] Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx --- docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx b/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx index 30fb0f0..31e2339 100644 --- a/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx +++ b/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx @@ -30,7 +30,7 @@ To achieve **maximum performance**, the `scanQRCodes` function is written in a n ### Types -The Frame Processor Plugin Registry API automatically manages type conversion from JS <-> native. They are converted into the most efficient data-structures, as seen here: +Similar to a TurboModule, the Frame Processor Plugin Registry API automatically manages type conversion from JS <-> native. They are converted into the most efficient data-structures, as seen here: | JS Type | Objective-C Type | Java Type | |----------------------|-------------------------------|----------------------------|