-
Notifications
You must be signed in to change notification settings - Fork 581
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
refactor(cleanup 🧹): Reverse image search #8898
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -61,11 +61,6 @@ export const features: { [key: string]: FeatureDescriptor } = { | |||
description: "Enable query prefetching", | |||
echoFlagKey: "AREnableQueriesPrefetching", | |||
}, | |||
AREnableImageSearch: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can also remove useIsForeground since this hook is not used anywhere else
great work 🔥 |
hey let me know whats blocking you from using VisionCamera, I'm working on REA v3 support and in V3 the crash you linked will also be fixed due to a new way to initialize Frame Processors. Also; if you don't use Frame Processors you can disable them with a build flag and both of those issues should be fixed already |
Thanks a lot for the update @mrousavy! We temporarily disabled a feature that was not yet available and having the library was creating crashes with the feature disabled. We will revisit the feature at some point and will get the latest version 🙏 |
This PR resolves MOPLAT-830
Description
Cleans up reverse image search dependency due to some early crashes on android when opening the app in some devices.
Also blocked some reanimated upgrades.
More info on the crash can be found on the github issue here
Turning off the feature for now but we can easily bring it back if we decide with the diff of this PR.
cc @artsy/fx-devs
cc @artsy/mobile-platform
slack thread for more context can be found here
No visual changes since we never released.
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.