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

Is this working with RN 0.61?

Open marlon-wiprud opened this issue 4 years ago • 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?

marlon-wiprud avatar Oct 29 '19 20:10 marlon-wiprud

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

yasir-netlinks avatar Nov 02 '19 11:11 yasir-netlinks

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

Ankit-96 avatar Nov 15 '19 05:11 Ankit-96

@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 avatar Nov 27 '19 08:11 MaxInMoon

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

jb- avatar Dec 22 '19 13:12 jb-

@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

krunalray avatar Jun 15 '20 04:06 krunalray

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

rejsalt avatar Sep 24 '20 13:09 rejsalt