cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
madeinquant 2019-12-20T08:32:56.002400Z

Is it possible to embed clojurescript in an existing RN project (0.61.5, typescript)?

dotemacs 2019-12-20T09:11:46.005400Z

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

vikeri 2019-12-20T20:02:13.006900Z

@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.