Is it possible to embed clojurescript in an existing RN project (0.61.5, typescript)?
You have https://ambly.fikesfarm.com/ and https://replete-repl.org/ Maybe have a look at how they’ve done it. They are not just plugins for react-native but might be a nudge in the direction you’d need
@madeinquant How would you like to embed it? You can create npm modules with ClojureScript using #shadow-cljs which you then could consume from TypeScript.