Fork me on GitHub
#cljsrn
<
2017-08-07
>
pesterhazy13:08:39

@euandre you could see if it works if you open the url in chrome, it's http after all

chalcidfly14:08:09

@mengu ok thanks, got it figured out

chalcidfly14:08:19

I’m having trouble running my app on a real device

chalcidfly14:08:35

re-natal use-ios-device real says Command failed: ipconfig getifaddr en0

chalcidfly14:08:16

Can’t figure out which IP address to pass in

mfikes14:08:01

@chalcidfly You can put your real IP address in place of real

mfikes14:08:23

(This would be the address of your computer, not the device.)

chalcidfly15:08:12

@mfikes Oh, gotcha. That opens up a simulator tho. How can I get it on my iphone?

mfikes15:08:13

@chalcidfly I typically do re-natal xcode and then just use Xcode to run it on a USB-connected device

mfikes15:08:45

(You can actually run your app in the simulator and on multiple devices simultaneously.)

pesterhazy15:08:53

react-native run-ios --device should work as well

pesterhazy15:08:21

although it doesn't work 100% of the time for me, especially with Release configuration

joshmiller20:08:52

@mengu Nope, still no idea what’s going on with that. Didn’t try at all over the weekend though. I think I need to get the JS version of that running to make sure it’s possible and take away that extra layer of abstraction.

joshmiller20:08:38

In case anyone else here has done it and can clue me in: the problem is trying to use react-native-tableview from CLJS (standard re-natal setup) and reorder rows.