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

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

Is this working with RN 0.61? #178

Open marlon-wiprud opened 4 years ago

marlon-wiprud commented 4 years ago

I see that this package has not had a release in about a year on NPM - is anyone using this successfully with react native 0.61?

yasir-netlinks commented 4 years ago

Hi @marlon-wiprud have you made it work for rn 0.61 ?

Ankit-96 commented 4 years ago

It is working with RN61. You can check the below link https://github.com/Ankit-96/react-native-zss-rich-text-editor

MaxInMoon commented 4 years ago

@Ankit-96 it fails on rn 0.61 for me, and it seems logical cause the fork https://github.com/Ankit-96/react-native-zss-rich-text-editor uses "react-native-webview-bridge-updated": "^1.0.0" dependency, which import WebView from react-native (error):

https://github.com/wix-playground/react-native-webview-bridge/blob/master/webview-bridge/index.ios.js#L32

Any idea/information on this? Thank you?

jb- commented 4 years ago

@MaxInMoon @yasir-netlinks @marlon-wiprud I made it work. https://github.com/jb-/react-native-zss-rich-text-editor

krunalray commented 4 years ago

@MaxInMoon @yasir-netlinks @marlon-wiprud I made it work. https://github.com/jb-/react-native-zss-rich-text-editor

it is not working on live device ios. In simulator it's working good but after app build and install on ios device editor show perfectly but i can't insert and edit text and also not see initialValues

rejsalt commented 3 years ago

Hi It is working perfectly in simulator. But not working in ios real device. Any idea?

@MaxInMoon @yasir-netlinks @marlon-wiprud I made it work. https://github.com/jb-/react-native-zss-rich-text-editor

it is not working on live device ios. In simulator it's working good but after app build and install on ios device editor show perfectly but i can't insert and edit text and also not see initialValues