react-native-rich-editor
react-native-rich-editor copied to clipboard
onclick is not working within dynamically insertHTML DOM
onClick="console.log('haha')" is only work at initialized html.
when dynamically added HTML using insertHTML, onClick is not working.
Is there any solution?
any solution?