Fork me on GitHub
#cljsrn
<
2017-12-01
>
jeeq08:12:26

Hi guys, this could be noob re-natal question or maybe cider question… I’m using re-natal to develop android and can start figwheel/react-native just fine through command line following the re-natal documentation. My trouble is when trying to jack-in using cider it seems to start figwheel for ios instead of android. Can’t figure out how I would jack-in and have it start figwheel for android. Can anybody shed light?

joshmiller18:12:11

@jeeq When I jack in for iOS, it starts the project with me with lein repl ... and then when the repl is up I do (start-figwheel :ios)… are you doing the same but with :android?