Fork me on GitHub
#cljsrn
<
2017-02-08
>
vikeri19:02:24

Has anyone here done a library for react native Animated? I find the "OO-ness" of vanilla Animated a little too awkward

savelichalex20:02:00

are you think that it possible to make it more in fp way?

vikeri20:02:11

Possibly, but at least write some nice wrapper functions around it, it’s not a huge hassle

vikeri20:02:59

One of these cases where it’s probably not worth making a library

savelichalex20:02:24

hm, I wrap some function and make cljs->js transformation in it. That all 😄

vikeri20:02:00

Alright, yeah that’s what I do at the moment as well.