-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useFrameprocessor still executed when screen is inactive 🐛 #1161
Comments
Related to #905 and software-mansion/react-native-reanimated#3124 |
Applying this patch seems enough for now: react-native-reanimated+2.9.1.patch
|
Oh so it's a REA bug - can you report it there? |
Same issue |
@baylesa-dev This patch works but since it's considered dangerous in https://github.com/software-mansion/react-native-reanimated/pull/3157/files and wasn't merged I just temporarily removed all LayoutAnimations (didn't have a ton of them) |
What were you trying to do?
Hi there! First, thank you for the great job, this lib is very nice !
I'm implementing an OCR feature in my app. I'm using
useFrameProcessor
with aarongrider/vision-camera-ocr plugin.Reproduceable Code
What happened instead?
To debug my code, I log the result of the plugin. When I move out of the screen (with React Navigation,
goBack
,navigate
,replace
, ...), the callback function is still executed.The plugin is still able to parse what my camera sees.
package.json:
Relevant log output
Device
iPhone SE 2020 - 15.5
VisionCamera Version
2.14.0
Additional information
The text was updated successfully, but these errors were encountered: