Fork me on GitHub
#cljsrn
<
2017-05-21
>
seantempesta04:05:28

Yup. Just tried it and it seems to be working.

thheller09:05:49

so this technically works for create-react-native-app as well https://www.youtube.com/watch?v=BLDX5Twt2zk

thheller09:05:01

but the packager makes this harder than it should be

thheller09:05:22

haul solves that issue though, talk to me if you want to know more

kurt-o-sys17:05:17

Hey all, I got an app working properly in debug mode, but it crashes immediately in production mode (`lein prod-build`). It's pretty hard to debug, so well, here's the result of adb logcat from the start I try to open the app on my device.

kurt-o-sys17:05:28

so well... anyone any idea what's wrong?

carocad18:05:20

no idea. But mind explaining how do they differ?

kurt-o-sys19:05:01

Well, they don't really differ: the one is run with lein figwheel android and the other is build using lein prod-build (as stated in the re-natal README: https://github.com/drapanjanas/re-natal#using-real-android-device )