Mike Fikes
Mike Fikes
Nothing has yet been done to attempt to integrate anything under the Ctrl+Cmd+Z menu. (There are likely architectural-level issues to sort through, given Ambly's remote compilation model.)
It appears the root cause is related to ClojureScript 1.7.228 employing a strategy of setting the last modified timestamp of copied files, which doesn't work with GCDWebServer (perhaps it isn't...
Relies on experimental changes upstream in compiler at https://github.com/mfikes/clojurescript/tree/set-last-modified
There is some preliminary design here https://github.com/omcljs/ambly/wiki/Design%3A-Android Could probably use some help from community members strong in Android. Perhaps the biggest challenge is compilation of and/or interacting with JavaScriptCore. I've...
@kahunamoore is investigating this one
There is one link about React Native at http://cljsrn.org
@noitcudni if you end up contributing, David Nolen has a CA. In general, let me know if you have any questions regarding approach, philosophy, etc.
Contributor Agreement
It appears that the WebDAV bit isn't trivial (no lib at the ready to use).
@bhb Cmd+R causes a React Native app to reload its JavaScript—thus reflecting changes in `index.ios.js` by pulling them in, making use of the React Native Packager. The ClojureScript React Native...