Fork me on GitHub
#cljsrn
<
2017-06-04
>
seantempesta04:06:42

@nikki: I’m starting to come around on the idea of just using boot for the expo template. Is it pretty stable? As feature rich as the figwheel version?

urbank08:06:23

Pardon my ignorance, but could you expand upon >but also make sure it's got the right way to connect to ur computer as a server

pesterhazy11:06:03

@urbank I think on android you need to open up the ports using adb reverse, did you do that?

urbank11:06:29

@pesterhazy You mean adb reverse tcp:3449 tcp:3449 (in my case it's 3451)?

pesterhazy11:06:44

yup I think that's it

urbank11:06:46

Yeah, I did that. Not working though. Reloading manually from the device does update the app though.

urbank12:06:59

Hm... it seems to work now that I quit the other figwheel I had running on port 3449, and ran the re-natal app on that port

urbank12:06:09

So perhaps I have to specify a different port somewhere other than in project.clj

pesterhazy12:06:13

or it could be a caching issue