Fork me on GitHub
#off-topic
<
2017-03-15
>
m-arch14:03:10

Hi Guys, is it possible to build a mobile app from clojurescript?

m-arch14:03:36

i am running linux btw

m-arch15:03:57

thanks, any success with re-natal on linux someone ?

qqq15:03:40

if you want ios, you're going to need mac at sometime

m-arch15:03:34

thanks, i was trying to start with android but seems i cannot get the setup work as running "re-natal init TheApp"

m-arch15:03:43

get me stuck with command not found, any idea @qqq ?

danielstockton15:03:53

@m-arch I suggest asking in #cljsrn (edit: I see you already did, nvm)

m-arch15:03:28

@danielstockton thanks I did there too 🙂

qqq15:03:57

@m-arch: I never used renatal. I tried reactive native. I got it working on iOS (required an mac) + android (linux is fine). I found it painful to work with. I switched to pure HTML/JS apps.

danielstockton15:03:31

My personal experience is also painful with re-natal, but I didn't invest a lot of time. It takes a lot of disk space for the android emulators too.

danielstockton15:03:59

Whenever I got figwheel/live-reload working, it never worked the next time I revisited..

qqq15:03:31

The thing that pissed me off was that in react-native, to use the camera, I had ot download an extra github repo, install it, fire up xcode, drag a *.m library to the right place -- and after that, I decided, you know what? accessing the camera via html5 is good enough for me.

qqq15:03:12

That and ease of debugging. Debugging chrome/safari apps is trivial; debugging react-native apps, I never figured out.

m-arch15:03:12

i see, thanks for the advises

m-arch16:03:04

seems too .. hybrid

qqq21:03:10

@alandipert : I was looking at structural editors on youtube, and found https://www.youtube.com/watch?v=6VxTE1iAWyg -- if you had a reading list / set of notes when you developed yours, I'd love to read them