react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

Webview bridge is part of React Native core

Open pavsidhu opened this issue 8 years ago • 8 comments

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?

pavsidhu avatar Feb 25 '17 16:02 pavsidhu

Thanks for this! We'll look into it.

yedidyak avatar Feb 26 '17 10:02 yedidyak

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

yedidyak avatar Feb 26 '17 10:02 yedidyak

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!

peter-tudosa avatar Mar 01 '17 20:03 peter-tudosa

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.

levity avatar Jun 21 '17 21:06 levity

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

mkamranhamid avatar Nov 22 '17 07:11 mkamranhamid

try react-native link

creativefull avatar Apr 03 '18 13:04 creativefull

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

Prozhou avatar Nov 28 '18 14:11 Prozhou

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

peter-tudosa avatar Nov 29 '18 09:11 peter-tudosa