shadow-cljs

Yaw Odame 2025-03-18T19:04:09.357349Z

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?

Yaw Odame 2025-03-25T15:19:19.393819Z

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

thheller 2025-03-19T08:38:43.171189Z

the REPL should work fine, with some limitations of course

thheller 2025-03-19T08:39:01.959819Z

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

thheller 2025-03-19T08:39:46.267099Z

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