shadow-cljs 2025-03-18

Is it possible to connect to shadow repl for a react-native build? I realize react native has no available JS runtime. Wondering how others approach debugging JS code during dev?

Awesome! Setting :builds{:main {:dev {:js-url ""}}} did the trick. Thanks @thheller thanks3

the REPL should work fine, with some limitations of course

the app just needs to be started and wherever it is running needs to be able to connect back to shadow-cljs

if its on another device make sure it is in the same network