Question
Hi. Currently I'm using this library to load the editor (in React/Web) -> https://github.com/Jungwoo-An/react-editor-js
But I'm wondering, since the architecture of the code it's actually quite similar to React, is there an official wrapper?
Is there any plans to make it available in the React Native ecosystem?
As a side note, we maybe could use the code of this library: https://github.com/imnapo/react-native-cn-richtext-editor/tree/programaticStyle
as a base —I had made some pull request, and it works with blocks using native views (the newest version uses WebView, because this method of render things natively freezes the app, since it needs to use FlatList instead of ScrollView, so the author just changed to WebView) -> relate: #1191
Question
Hi. Currently I'm using this library to load the editor (in React/Web) -> https://github.com/Jungwoo-An/react-editor-js
But I'm wondering, since the architecture of the code it's actually quite similar to React, is there an official wrapper?
Is there any plans to make it available in the React Native ecosystem?
As a side note, we maybe could use the code of this library: https://github.com/imnapo/react-native-cn-richtext-editor/tree/programaticStyle
as a base —I had made some pull request, and it works with blocks using native views (the newest version uses WebView, because this method of render things natively freezes the app, since it needs to use FlatList instead of ScrollView, so the author just changed to WebView) -> relate: #1191