cljsrn

niveauverleih 2021-09-24T20:34:16.291700Z

I tried to make Krell work with expo and added some more configuration changes from the https://figwheel.org/docs/react-native.html, like deleting App.js and modifying package.json. When I start expo I now get a lot of errors like this: Error from chokidar (/data/data/com.termux/files/home/krellapp/node_modules/yargs/node_modules/p-locate): Error: ENOSPC: System limit for number of file watchers reached, watch '/data/data/com.termux/files/home/krellapp/node_modules/yargs/node_modules/p-locate/readme.md' Do we really need to watch changes in node_modules?

niveauverleih 2021-09-24T22:21:26.293400Z

Here's what I'm trying to do (create mobile apps on my phone)