Re: Lym - written by clojurescript and react native is on apple store

2016-09-14 Thread Michael Blume
Cool, thanks =) On Wed, Sep 14, 2016 at 12:32 AM Tienson Qin wrote: > Hi Michael, > There are still some minor works to release the android, have to port > actionsheet from Ios to Android. > They are using the same cljs codebase. > Not too much challenges to get both

Re: Lym - written by clojurescript and react native is on apple store

2016-09-14 Thread Tienson Qin
Hi Michael, There are still some minor works to release the android, have to port actionsheet from Ios to Android. They are using the same cljs codebase. Not too much challenges to get both platforms work. On Wed, Sep 14, 2016 at 3:02 PM Michael Blume wrote: > I see an

Re: Lym - written by clojurescript and react native is on apple store

2016-09-14 Thread Michael Blume
I see an Android app in the tree, is it working too? is it using the same cljs codebase were there any challenges getting both platforms to work? On Tue, Sep 13, 2016 at 10:24 PM Tienson Qin wrote: > Just release that, > https://github.com/tiensonqin/lymchat > > > On

Re: Lym - written by clojurescript and react native is on apple store

2016-09-13 Thread Tienson Qin
Just release that, https://github.com/tiensonqin/lymchat On Monday, August 29, 2016 at 6:28:56 AM UTC+8, Gary Schiltz wrote: > > Thanks for making this free! Any chance you are going to release the > source? > > On Sunday, August 28, 2016 at 3:28:57 AM UTC-5, Tienson Qin wrote: >> >> Hi

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Gary Schiltz
Thanks for making this free! Any chance you are going to release the source? On Sunday, August 28, 2016 at 3:28:57 AM UTC-5, Tienson Qin wrote: > > Hi everyone, happy to announce Lym is on apple store > now! > It's group chat app for learning different cultures, languages,

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Tienson Qin
Briefly websocket + webrtc. For websocket, I'm using sente, react-native-webrtc for webrtc. On Sun, Aug 28, 2016 at 5:18 PM 'Adrian A.' via Clojure < clojure@googlegroups.com> wrote: > > also support 1-on-1 video chat > Could you please detail how was this feature implemented? > > Thanks. > > --

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread 'Adrian A.' via Clojure
> also support 1-on-1 video chat Could you please detail how was this feature implemented? Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Tienson Qin
Hi everyone, happy to announce Lym is on apple store now! It's group chat app for learning different cultures, languages, also support 1-on-1 video chat. Libraries used: [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.36"]

Re: ClojureScript and React-native?

2016-05-29 Thread Paulus Esterhazy
Also give boot-react-native a try (https://github.com/mjmeintjes/boot-react-native). It's a admittedly bit rough to get started, but when set up offers a powerful interactive working environment. On Sun, May 29, 2016 at 4:12 PM, Mark Stang wrote: > Well, Re-natal seems to

Re: ClojureScript and React-native?

2016-05-29 Thread Mark Stang
Well, Re-natal seems to build and run. I am still going through the exercises in the README. On Sat, May 28, 2016 at 7:16 PM, Mark Stang wrote: > Has anyone gotten it to work lately by building it from scratch? And by > from scratch, I mean using the instructions on

ClojureScript and React-native?

2016-05-28 Thread Mark Stang
Has anyone gotten it to work lately by building it from scratch? And by from scratch, I mean using the instructions on cljsrn.org? The natal how-to's end up with an error. And the Awesome project references a missing .h file, so it doesn't build. So, does anyone have a tutorial that works?