imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
187 stars 74 forks source link

Is there a way to detect when the user presses a link inside the editor? #26

Open evrimfeyyaz opened 3 years ago

FabianMeul commented 3 years ago

I think that's technically possible when using custom events that are injected in customJS and sending a custom message.

https://github.com/imnapo/react-native-cn-quill/pull/65