Fork me on GitHub
#cljsrn
<
2016-09-23
>
tiensonqin05:09:23

Anyone knows how to represent ES7 static properties in cljs? I’m using reagent currently

tiensonqin06:09:22

@boorad Looks like you are trying ex-navigation too.

artemyarulin13:09:44

I guess it was discussed it here before: I got Error: TimeoutError: transforming while running react-native bundle. Cannot find an easy way to change timeout constant

tiensonqin15:09:37

@artemyarulin What’s your babylon version?

tiensonqin15:09:03

I remember ^6.8.3 works for me.

artemyarulin15:09:49

6.9.0 but it turns out my CI server went crazy and hold 100% CPU for some reason all the time, reboot helped so I got back to 40 seconds, but thanks for help @tiensonqin

tiensonqin15:09:08

@artemyarulin Glad it’s solved, 🙂

artemyarulin15:09:33

nope, my app is ios only currently

tiensonqin15:09:56

ok, maybe I have to find another way to dynamically loading platform modules.

tiensonqin15:09:05

Btw, I think it took me 3 days to implement the android part after the ios is ok, most components are shareable.

tiensonqin16:09:38

There are some bad transitions, ex-navigation works much better.

domgetter16:09:53

I still think navigation is an "unsolvable problem" since a navigation is an intuitive animation between scenes, and what is intuitive is different for every app and audience. I think we're always going to have a bevy of implementations