-
Notifications
You must be signed in to change notification settings - Fork 73
Use the uuid property to remove an annotation #156
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
Conversation
nickwinder
left a comment
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.
Windows does not have a remove Annotation yet. Instant features are handled in the SDK so no handling is needed in react-native wrapper.
steviki
left a comment
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 👍
Co-Authored-By: radazzouz <radazzouz@users.noreply.github.com>
Co-Authored-By: radazzouz <radazzouz@users.noreply.github.com>
irgendeinich
left a comment
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 👍
Might make sense to also do it this way on Android, though we would need to expose the UUID first.
Details
This is an internal change. It does not impact the React Native JavaScript API. Internally, we are now using the annotation uuid property to remove existing annotation instead of the annotation name property.
Acceptance Criteria