Fork me on GitHub
#cljsrn
<
2016-06-10
>
pesterhazy07:06:13

@vikeri: looks interesting. I have a couple of scripts/devopes tricks that may fit with your project

vikeri07:06:20

@savelichalex: That’s definitely more elegant. But I was aiming for something that could work out of the box for everyone... @pesterhazy: Great! Submit PR’s 😄

savelichalex08:06:27

Guys, in my project I’m create pinch-to-zoom on cljs for RN through Animated API. What are you think, is it good idea to create library for it?

vikeri08:06:38

@savelichalex: My philosophy on OSS is to: 1. Break the feature out in a separate ns 2. Use it for a while to make sure that I won’t abandon in next week 3. When it is sort of stable and possibly useful for others: OSS

pesterhazy08:06:38

oh looks like it's only android

savelichalex08:06:12

@pesterhazy: I’m use gl-react-native and make it specially for it. But now it can wrap any component and just send in props values like scale and offset

savelichalex08:06:35

@vikeri: What is it OSS? 🙂

pesterhazy08:06:46

@savelichalex: whooo that sounds neat

vikeri08:06:46

@savelichalex: Open Source Software 😉

savelichalex08:06:55

I also thought that maybe anyone can do code review for me and this is help make component better)