Commit Graph

30 Commits

Author SHA1 Message Date
Mike Fikes d981a03b93
Uptate ClojureScript to 1.9.542 / spec alpha ns’s 2017-05-12 16:27:04 -04:00
Artur Girenko 999615e921 bump deps to latest versions
- clojure 1.9.0-alpha16
- clojurescript 1.9.521
- figwheel 0.5.10
- reagent 0.6.1
- re-frame 0.9.2
2017-04-29 22:16:37 +02:00
amorokh ef2717f6b6 Added commands for adding UWP/WPF app projects to existing projects 2017-04-13 11:04:31 +02:00
amorokh b305152b0a Parameterized :clean-target in project.clj 2017-04-12 13:17:22 +02:00
amorokh a10bc8906b Parameterized platforms in project.clj 2017-04-12 12:07:11 +02:00
TashaGospel ff3d444191 Upgrade to React Native 0.41.1 2017-02-21 20:40:08 +13:00
Toni Reina cc756c00af Update lein-figwheel version
Update it to latest version 0.5.8. Latest versions of lein-figwheel
generate the "figwheel.connect" including the build id, so I updated
figwheel-bridge to concat the platform id.
2016-10-13 21:30:25 +02:00
Artur Girenko 40d3de4eeb RN 0.35.0, lein-cljsbuild 1.1.4 2016-10-11 20:42:04 +02:00
Levi Tan Ong bb5689f3e6 Updates :builds to be compatible with latest cljsbuild
cljsbuild 1.1.4 requires :builds to be a sequential collection of maps with field :id
2016-10-10 16:14:30 +08:00
Artur Girenko a000e19cf6 use latest ClojureScript 1.9.198 2016-08-13 09:44:14 +02:00
Gabriel Horner 3f9323b391 Switch schema for cljs.spec - close #60 2016-07-25 00:08:17 +02:00
Artur Girenko fc341e723b bump versions RN-> 0.29.2, Clojure/ClojureScript -> 1.8, Reagent -> 0.6.0-rc
- ReactNative server host updates had to be changed for 0.29.2: AppDelegate.m does not have host anymore, RegExp for host in RCTWebSocketExecutor.m had to be changed.
2016-07-20 11:34:06 +02:00
Rohit Aggarwal a2bd81b1d4 Set goog.DEBUG and only check schema in development 2016-05-14 17:07:15 +01:00
Ducky 3521fc30c8 Added some compiler options for performance 2016-05-13 15:59:29 +01:00
Artur Girenko dfa5cdece8 #4 remove fakeLocalStorageAndDocument function from figwheel-bridge.js
- using latest available version of lein-figwheel [0.5.0-6]
- figwheel now 'thinks' it is running in node.js environment (thanks @artemyarulin  for hints)
- figwheel :heads-up-display is now disabled. Compilation warnings are still logged and shown in yellow box on screen. (thanks @seantempesta for hint)
2016-03-20 11:25:45 +01:00
Artur Girenko 2d6f5aa8c8 prepare code to support multiple react interfaces 2016-02-09 20:03:04 +01:00
Artur Girenko dc7941f77c add possibility to start figwheel from nREPL 2015-12-14 23:02:40 +01:00
Artur Girenko da97f17a0a follow best practices of re-frame and give an app-db a schema 2015-12-13 22:49:54 +01:00
Artur Girenko 577f7c6954 add support for configuring server host to support Android simulators
- Genymotion simulator should use 10.0.3.2 instead of localhost
- Stock android emulator should use 10.0.2.2 instead of localhost
2015-12-06 20:22:53 +01:00
Artur Girenko a4a8d09fe7 Support loading of static images using approach introduced in RN 0.14
- Used macro to generate js/require for prod compilation and {:uri http://localhost:8080/*} for dev builds.
- Rearranged sources to be able to support dev and prod profiles
2015-11-28 16:20:39 +01:00
Artur Girenko ca577b035f Use lein-figwheel
- Removed REPL based on ambly for now, need to find a good solution for both iOS and Android
- Added figwheel based on great work found in https://github.com/decker405/figwheel-react-native
- Android still does not work with figwheel, but reload works very fast
2015-11-27 23:57:14 +01:00
Artur Girenko f70ae59b55 Use plain vanilla React Native reload based development flow for iOS and Android
- Removed REPL based on ambly for now, need to find a good solution for both iOS and Android
2015-11-24 22:44:57 +01:00
Artur Girenko 05d5efafd1 Fix broken live coding support in iOS
- Revert to react-native 0.13.0 for now
- Use single source root, this seems required for repl
2015-11-22 10:57:51 +01:00
Artur Girenko 379e79ad9c Added dependency to reagent and re-frame in project.clj 2015-11-20 20:12:33 +01:00
Artur Girenko eb070739e5 Add .gitignore 2015-11-20 20:07:42 +01:00
Dan Motzenbecker d446960264 use natal-shell 2015-11-15 23:56:16 -05:00
Dan Motzenbecker 7aad7f13c8 update interface placeholder token in project.clj 2015-10-31 14:13:36 -04:00
Dan Motzenbecker 43ef0cead8 bump cljs version 2015-10-16 23:54:46 -04:00
Dan Motzenbecker c09dbad3db update clojure dependencies to latest 2015-08-30 00:27:51 -04:00
Dan Motzenbecker be1faccc56 clj project template 2015-08-22 01:07:37 -04:00