-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[face-detector] Migrate interface to expo-modules-core #12936
Conversation
ce243b4
to
9da4f53
Compare
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.
The review previously left here is no longer valid, jump to the latest one 👉 #12936 (review)
9da4f53
to
9bee15c
Compare
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.
The review previously left here is no longer valid, jump to the latest one 👉 #12936 (review)
Co-authored-by: Expo CI <34669131+expo-ci@users.noreply.github.com>
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.
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines.
I've found some issues in your pull request that should be addressed (click on them to expand) 👇
⚠️ Warning: Missing changelog entries
If you made some API or behavioral changes, please add an appropriate entry to the following changelogs:
Generated by ExpoBot 🤖 against 8862ad0
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 🚀
Why
Followup #12718
How
Removed
unimodules-face-detector-interface
package and replaced its references to the new interface living inexpo-modules-core
. I also noticed that some interfaces have the same name as classes, so I suffixed them withInterface
to distinguish them easily.Test Plan
NCL examples of modified packages seem to work as expected