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

Is this working with RN 0.61?

marlon-wiprud opened this issue · 6 comments

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?

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

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

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

@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

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