Update FRAME_PROCESSORS.mdx

This commit is contained in:
Marc Rousavy 2022-01-11 12:39:05 +01:00
parent c2518bc40f
commit d44ed2ea39

View File

@ -257,7 +257,7 @@ Inside your Expo config (`app.json`, `app.config.json` or `app.config.js`), add
"react-native-vision-camera",
{
// ...
disableFrameProcessors: true
"disableFrameProcessors": true
}
]
]