From 13516c706bb77e29601ba4c4f3b3249178610dc6 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 11 Jan 2022 12:41:41 +0100 Subject: [PATCH] Update FRAME_PROCESSORS.mdx --- docs/docs/guides/FRAME_PROCESSORS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/FRAME_PROCESSORS.mdx b/docs/docs/guides/FRAME_PROCESSORS.mdx index 78b1453..e476f5f 100644 --- a/docs/docs/guides/FRAME_PROCESSORS.mdx +++ b/docs/docs/guides/FRAME_PROCESSORS.mdx @@ -249,7 +249,7 @@ Make sure to add this to your Debug-, as well as your Release-configuration. -Inside your Expo config (`app.json`, `app.config.json` or `app.config.js`), add the `disableFrameProcessors` flag: +Inside your Expo config (`app.json`, `app.config.json` or `app.config.js`), add the `disableFrameProcessors` flag to the `react-native-vision-camera` plugin: ```json {