React native custom annotation

Product:
pdftron-react-native

Product Version:
Legacy UI

Please give a brief summary of your issue:
We would like to know possibility of creating a new custom annotation with custom appearance and custom events like on-tap logic for the aforementioned custom annotation .
If creating custom annotation is not possible, Is it possible to add custom appearance for the existing StickyAnnotation ?

Please let us know your thoughts on the same

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

Please provide a link to a minimal sample where the issue is reproducible:

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hi,

Thanks for contacting us. Currently the PDFTron React Native API does not support creating custom annotations. For annotation events, we have onAnnotationSelected which gets called when a user taps on an annotation: https://github.com/PDFTron/pdftron-react-native/blob/master/API.md#onannotationsselected

Could you describe in detail what you would like to do with the custom appearance and on-tap logic? What is the use case at a high level?