Fork me on GitHub
#cljsrn
<
2016-01-07
>
dvcrn09:01:07

I think I asked already a little before but what is the best / most stable option to get an app running? Is it still re-natal? Are other options similar? I'm looking for a option with as little as headache as possible 😛

artemyarulin09:01:01

it abstracts you from the React Native, which is an awesome thing at the begining

dvcrn09:01:09

I'm coming from pure react native so I don't really mind. I just didn't have that good experience with natal because of the lack of error handling. One wrong operation and I am getting generic react native errors (with white screen), the live reload suddenly doesn't work anymore and I have absolutely no idea what went wrong

dvcrn09:01:15

re-natal it is then!

artemyarulin10:01:13

re-natal as far as I remember doesn’t offer pleasant experience in case you are targeting both ios and android (you have to re-run things as far as I remember). In case you are into cross platform and know RN already - have a look on https://github.com/artemyarulin/om-next-cross-platform-template

artemyarulin10:01:42

although it uses om-next under the hood - not something all appreciate currently simple_smile

docent11:01:22

@sridatta: Yes I have, but now the app complains about unknown module "react". (I had to fake the namespaces that reagent requires during init: cljsjs.react, ...react.dom, etc.)

docent11:01:11

I think this is to init that reagent is doing, e.g.

docent12:01:03

BTW how is this project different from yours?

docent12:01:09

OK, managed to make it work with Reagent 0.5.1

docent12:01:19

So 6.0.0-alpha is causing the issues.

docent14:01:01

If anyone's interested i converted an om-next app based on @artemyarulin template to reagent 0.5: https://github.com/docent/qwerty-app-reagent

docent14:01:27

Not ideal yet - only native version working, but it's some starting point

donmullen17:01:08

Anyone planning on attending Clojure/West - or possibly submitting to speak on cljs+rn? https://github.com/clojurewest/clojurewest2016/wiki/Suggested-Topics