Fork me on GitHub
#cljsrn
<
2018-12-12
>
manu16:12:53

Hi! figwheel doesn't connect to my app when I use a real device. I noticed that in my env/dev/env/config.cljs file the figwheel-urls map doesn't change the IP. I run re-natal use-android-device my-ip && \ re-natal use-ios-device my-ip && \ re-natal use-figwheel. What I'm doing wrong? :thinking_face: thx

Lu22:12:51

Have you run these commands first?

$ adb reverse tcp:8081 tcp:8081 
$ adb reverse tcp:3449 tcp:3449