react-native-codeditor
react-native-codeditor copied to clipboard
Installation issues
The installation requires https://github.com/burdiuz/js-codemirror-package this to be installed as dev dependency (had to do it manually). Also in the codemirror-package repo, inside the index js file the imports for "asset" folder are absent and hence throwing exceptions (not found).
Could you please help fix it. @burdiuz
Hi, codemirror-package, when installed should generate assets. It probably fails postinstall step for you. Install gulp globally and then try to re-install codemirror-package again or run gulp in its folder.
I had the same issues