Fork me on GitHub
#cljsrn
<
2017-03-25
>
seantempesta09:03:53

@vikeri: Thanks for the response. Your macro looks pretty useful!

mozinator216:03:43

vikeri, do you think reload will work again with boot-react-native in the future ?

vikeri07:03:05

I definitely prefer the reloaded workflow. That said, it’s not trivial to solve at the moment and we had to upgrade to the latest version of RN.

pesterhazy17:03:54

I think reloading is an essential component of boor-react-native

pesterhazy17:03:27

it's one of the main advantages of using cljs rather than js directly

pesterhazy17:03:37

we have a "reloading culture" around here

mozinator218:03:38

I saw that vikeri made a branch to support rn 420 but the tradeoff was that reload didnt work anymore https://github.com/vikeri/boot-react-native/tree/rn42

mozinator218:03:06

so I was wondering if there are some technical problems that stand in the way of getting reload back

pesterhazy18:03:16

haven't had a chance yet to try (just got back from vacation)

artemyarulin18:03:34

is there any breaking changes for re-natal as well for RN v.39 and more?

pesterhazy18:03:55

I'd love to know too @artemyarulin

artemyarulin18:03:12

Also noticed This will break hot-reload, but it doesn’t work very robustly for us anyway

artemyarulin18:03:23

was there any issues with hot reload before?

vikeri07:03:43

I don’t know exactly what, but something with our code base made the hot reload work only on some screens, otherwise it would take longer to hot reload than to cold reload and most often it didn’t work at all.

pesterhazy18:03:24

I had it working 100% with the version of react-native in SimpleExampleApp

mozinator218:03:30

I got re-natal working with the newest react-native

pesterhazy18:03:54

n.b. I'm talking about boot-reload (figwheel-style), not react-native's own "hot reloading" impl

artemyarulin18:03:43

actually yes, I’m on .39 and it works fine

mozinator218:03:32

anyone here that contributes to status-im ?

pesterhazy19:03:21

I've looked at the code a bit

pesterhazy19:03:36

but couldn't get myself to actually building it 🙂