cljsrn

dnolen 2021-09-22T16:42:15.272Z

@brandon.ringe can just use the source as is - Metro just works for Krell

dnolen 2021-09-22T16:42:28.272300Z

I'm assuming it should too for shadow but I don't know how the RN support works

bringe 2021-09-22T16:56:40.273600Z

I see. It seemed like I had it working like that, but then the app stopped loading if I was requiring a component from my JS lib. Then I switched back to compiling to commonjs and using that, and it works again. I may have had some other issue going on though before.

dnolen 2021-09-22T17:18:50.273900Z

hrm, that seems strange