Update FRAME_PROCESSOR_PLUGIN_LIST.mdx

This commit is contained in:
Marc Rousavy 2021-08-16 16:44:56 +02:00 committed by GitHub
parent a2293e858d
commit f5e4ab9460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ These are VisionCamera Frame Processor Plugins created by the community.
npm i vision-camera-xxxxx
```
2. Add the native function's name to your `babel.config.js`. (See their README for instructions)
2. Add the native function's name (the one with the `__` prefix) to your `babel.config.js`. (See their README for instructions)
:::note
You have to restart metro-bundler for changes in the `babel.config.js` file to take effect.