Fork me on GitHub
#cljsrn
<
2019-07-31
>
vikeri09:07:39

Has anyone gotten the REPL working well with figwheel-main? https://github.com/bhauman/react-native-figwheel-bridge

vikeri09:07:07

I just got the REPL to work once, but not after that

bartuka12:07:30

hi ppl, I am trying to run the example from README but when I connect with lein figwheel I get stuck waiting for repl to connect to my app I already run adb reverse tcp:8081 tcp:8081 and the 3449 ports too I'm using a real android connected through USB on the APP screen I get the red ballon with the message "Failed to fetch: http://localhost:8081/target/android/goog/base.js - perhaps your project was cleaned and you havent recompiled?"

vikeri12:07:24

We open a lot of ports: adb reverse tcp:3001 tcp:3001 && adb reverse tcp:3000 tcp:3000 && adb reverse tcp:8081 tcp:8081 && adb reverse tcp:9001 tcp:9001 && adb reverse tcp:8079 tcp:8079 && adb reverse tcp:8097 tcp:8097 && adb reverse tcp:3449 tcp:3449 && adb forward tcp:8083 tcp:8083

vikeri12:07:41

Can’t even remember what the different ones are for…