How implement TinyMCE in React Native? - react-native

I want create HTML Editor (like TinyMCE) on React Native App.
I have read this document TinyMCE React
It seems not working. Or might anybody have any literature for implementing this on React Native App?

Related

Tawk.to integeration in react native?

Is it possible to integrate https://tawk.to in React Native? I have seen its web view but can't find anything regarding integration with react native.
As per there feedback, they don't support React Native for now
http://feedback.tawk.to/forums/228427-feedback/suggestions/31163125-add-react-native-sdk

Display CURRENT_PROJECT_VERSION in UI?

I'm using React Native without Expo. How can I display the iOS CURRENT_PROJECT_VERSION in the UI? I can't see how to access this information in the React code.

how to intergrate ckeditor in react native app

I want to use ckeditor in my react native app as text editor. Is there any proper documentation available which give any information about how to integrate ckeditor into react native app?

Should I use any React Native Component/UI Libraries?

I'm just starting to develop a mobile app using react-native. Now I would like to ask if it's recommended to use Component Libraries such as NativeBase, Material Kit React Native Paper or should I do the design/UI components manually?

Is there a way to use Android Material Components with React Native?

I'm starting to learn about React Native and I'd like to know if I can use Android Material Components provided by Google with React Native.