burdiuz / react-native-codeditor

React Native component to display code editor using WebView and CodeMirror
MIT License
30 stars 6 forks source link

Upgrade to CodeMirror 6 #22

Open burdiuz opened 2 years ago

burdiuz commented 2 years ago

There's new version of CodeMirror, it is complete rework and it includes support for mobile devices. So it will better suit for react-native development. I'm currently working on editor package, then it needs to be integrated into this project. The plan is to store all files as assets and load them via async requires https://github.com/burdiuz/babel-ioc-dep-wrap-plugin. Currently all files are bundled and this heavily affects load times of the application with all the stuff that is not being used.

suXXVI commented 1 year ago

any updates on this? would love to try it out