wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 310 forks source link

Webview bridge is part of React Native core #14

Open pavsidhu opened 7 years ago

pavsidhu commented 7 years ago

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?

yedidyak commented 7 years ago

Thanks for this! We'll look into it.

yedidyak commented 7 years ago

@artald Can you take a look to see if we can lose our own webview bridge now?

razvan-tudosa commented 7 years ago

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!

levity commented 7 years ago

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.

mkamranhamid commented 6 years ago

Not working on "react-native": "0.49.3" issue link what do i need to make it work on my version

creativefull commented 6 years ago

try react-native link

Prozhou commented 5 years ago

@razvan-tudosa now i do this already. rely solely on react-native.don't need web bridge. look like so late for you.

razvan-tudosa commented 5 years ago

@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.