I just added another demo using react-native+haul.

https://github.com/thheller/npm-module-example/tree/master/examples/AwesomeProject
https://github.com/callstack-io/haul

The default react-native packager tries to run cljs.core through a large number 
of babel transforms which we don't need. The code works fine but the 
development experience is extremely terrible with about 4min of packager bundle 
time.

haul seems to be a drop-in replacement for this packager and works without 
modification since it just uses webpack.

I don't do any react-native development but the proof of concept works well.

I'll work on adding live-reloading and a REPL for everything tomorrow or so.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to