From 10cc59ab43b9bcf9a9ddf81dd141239e04e5254c Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 1 Sep 2023 20:32:04 +0200 Subject: [PATCH] docs: Add note about V2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f07ee6..849d1c4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ cd ios && pod install * [Example](./package/example/) * [Frame Processor Plugins](https://react-native-vision-camera.com/docs/guides/frame-processor-plugin-list) +### V3 + +You're looking at the V3 version of VisionCamera, which features a full rewrite on the Android codebase and a huge refactor on the iOS codebase. If you encounter issues on V3, you can also [downgrade to V2](https://github.com/mrousavy/react-native-vision-camera/tree/v2), which is still partially supported. + ### Example ```tsx