Fork me on GitHub
#cljsrn
<
2016-02-03
>
drapanjanas07:02:16

@drobati re-natal is able to generate you a project on linux and windows. But without xcode you can run and develop only android app

gphilipp12:02:09

@seantempesta: re your question on reload, I had to add something like https://github.com/seantempesta/re-natal-om-next/pull/1 to make it work in re-natal with om/next.

drobati14:02:11

drapanjanas: great, I'll check out re-natal

seantempesta16:02:00

hey @gphilipp: Really? Okay, I’ll merge those changes. Thanks!

adamfrey20:02:58

found a github issue for react-native: https://github.com/facebook/react-native/issues/5658 I’ll try it out

adamfrey21:02:44

I fixed my problem by doing a fresh app with react-native init Project and then copied over boot-react-native’s example app. So now everything loads in the simulator, but I have to open the menu and click “Reload JS” to see any new changes. Any suggestions for getting boot-reload working, @mjmeintjes? I didn’t change the build.boot file in any way.

adamfrey22:02:14

^Auto reload is working in IOS, but not in Android

adamfrey22:02:01

I finally got Android logging visibility working with boot-react-native, and now I see it is a "Reload websocket error:”, so I have more to go on