From faa43f1f5e407fcd0ffaf4fecb0ce452b850f585 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 09:42:02 +0100 Subject: [PATCH] Update FRAME_PROCESSORS.md --- docs/FRAME_PROCESSORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FRAME_PROCESSORS.md b/docs/FRAME_PROCESSORS.md index 6b5cda7..b4b7132 100644 --- a/docs/FRAME_PROCESSORS.md +++ b/docs/FRAME_PROCESSORS.md @@ -42,7 +42,7 @@ Frame processors are by far not limited to QR code detection, other examples inc ### Technical -Frame processors are JS functions that will be **workletized** using [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated). They are created on a **separate thread** using a separate Hermes/JSC Runtime and are **invoked synchronously** without ever going over the bridge. +Frame processors are JS functions that will be **workletized** using [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated). They are created on a **separate thread** using a separate Hermes/JSC Runtime and are **invoked synchronously** (using JSI) without ever going over the bridge. ### Example