react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
Webview bridge is part of React Native core
I found this on the react-native-webview-bride which states that the library has been added to React Native 0.37. Are there any plans on removing your dependency on this library in the future?
Thanks for this! We'll look into it.
@artald Can you take a look to see if we can lose our own webview bridge now?
I am having an issue related to this, I think. I am using react native 0.41.2 and while trying to integrate zss-rich-editor with my project I found out that basically react-native-webview-bridge collides with react-native on iOS, I have some duplicates errors. I am not sure why on Android is not happening the same thing.
Do you guys plan to update the package to rely solely on react-native. Anyone made it work with 0.41, so far? Any advice?
Thanks!
I have been able to get the editor working on iOS with react-native 0.45.1 by using react-native-webview-bridge-updated. The README needs to be changed; it mentions this package but links to the old one.
Not working on "react-native": "0.49.3" issue link what do i need to make it work on my version
try react-native link
@razvan-tudosa now i do this already. rely solely on react-native.don't need web bridge. look like so late for you.
@Prozhou thanks for letting me know, I am not working with RN at the moment, but when the time comes, if needed, I'll come back for this package.