Commit Graph

397 Commits

Author SHA1 Message Date
Artur Girenko 52a98ae843 allow to specify IP in command use-android-device, fixes #67 2016-09-24 13:51:05 +02:00
Artur Girenko bc65ccf355 use reagent 0.6.0 2016-09-24 13:24:13 +02:00
Artur Girenko c51630e570 bump RN vesrion to 0.34.0 2016-09-24 13:19:38 +02:00
Artur Girenko 82b81e4599 v0.2.42 2016-09-11 14:55:57 +02:00
Artur Girenko d3d29af45c update CLI messages 2016-09-11 14:50:57 +02:00
Artur Girenko c4cdedf645 bump rum version to 0.9.1 2016-09-11 14:28:12 +02:00
Artur Girenko 31d53a09c7 update instructions to react-native run-ios instead of opening xcode 2016-09-11 14:15:49 +02:00
Artur Girenko dee11fe672 bump RN vesrion to 0.33.0 2016-09-11 13:36:40 +02:00
Artur Girenko 70c4fcc004 improve CLI messages 2016-09-11 13:36:20 +02:00
Artūr Girenko 05bbff62ea Merge pull request #65 from tylermorten/master
lein prod-build does not compile CLJS with dependency on om 1.0.0-alpha35 …
2016-09-11 11:42:46 +02:00
Tyler Morten 886693905e lein prod-build does not compile with dependency on om 1.0.0-alpha35 and corresponding clojurescirpt 1.9.198 2016-09-05 21:00:57 -05:00
Artūr Girenko 2d77e50b1e Merge pull request #64 from ivanreese/patch-1
Warn the reader that init takes a while.
2016-09-05 14:52:58 +02:00
Ivan Reese 861004298a Warn the reader that init takes a while.
The first time I ran `re-natal init` I waited quite a while, staring at "Creating Leiningen project", before deciding that something had gone wrong. After re-checking all my deps, I tried it again and just left it longer (this is Java after all). Many minutes later, it said "Creating React Native skeleton. Relax, this takes a while..." and my only thought was, "It would have been very reassuring to have been warned about the wait."
2016-09-03 19:43:25 -06:00
Artur Girenko 5812a36109 v0.2.41 2016-08-29 18:39:27 +02:00
Artur Girenko bc3c202747 update README 2016-08-28 13:47:16 +02:00
Artur Girenko ebceff1db8 bump RN and re-frame version
- RN 0.32.0
- re-frame 0.8.0
2016-08-28 13:28:05 +02:00
Artur Girenko a000e19cf6 use latest ClojureScript 1.9.198 2016-08-13 09:44:14 +02:00
Artur Girenko a3ddceb880 v0.2.40 2016-08-07 15:42:51 +02:00
Artur Girenko e52b9cd4fd use re-frame 0.8.0 in reagent6 template 2016-08-07 14:01:34 +02:00
Artur Girenko a61dc5d0d5 bump RN version 0.31.0 2016-08-07 10:04:34 +02:00
Artur Girenko 1b3c897e8d bump RN version 0.31.0 2016-08-07 10:03:15 +02:00
Artur Girenko ed8ff1c00a v0.2.39 2016-07-31 17:58:14 +02:00
Artūr Girenko 47d1005f88 Merge pull request #62 from cldwalker/spec-for-schema
Switch schema for cljs.spec - close #60
2016-07-25 22:36:13 +02:00
Gabriel Horner 3f9323b391 Switch schema for cljs.spec - close #60 2016-07-25 00:08:17 +02:00
Artur Girenko f63d563e82 v0.2.38 2016-07-24 12:32:44 +02:00
Artur Girenko cc54af2551 use RN 0.30.0 2016-07-24 12:31:59 +02:00
Artur Girenko b6388ba6f4 use RN 0.30.0 2016-07-24 12:19:41 +02:00
Artur Girenko b55939219e simplify log function 2016-07-23 15:04:20 +02:00
Artur Girenko 29ede22315 improve showing compilation exception details in YellowBox
Figwheel logs compilation exception in several log messages, so need to buffer them to show in YellowBox.
- buffering starts on "Fighweel: Compile Exception"
- buffering stops on "Error on file"
2016-07-23 14:55:26 +02:00
Artur Girenko 44127ab930 update README 2016-07-20 12:08:39 +02:00
Artur Girenko 4102a7847e v0.2.37 2016-07-20 12:06:51 +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
Artur Girenko 4a2c15f418 v0.2.36 2016-06-10 22:55:49 +02:00
Artur Girenko 096eb22f2b bump RN version to 0.27.2 2016-06-10 22:54:45 +02:00
Artur Girenko 863bd1f281 add a hint in output of re-natal upgrade command that it does not upgrade RN version in project 2016-06-10 22:26:26 +02:00
Artur Girenko 9ffcd60d94 improve upgrading chapter in README 2016-06-04 10:08:28 +02:00
Artur Girenko 1b29623e25 add note to Readme how to disable Figwheel fixes #55 2016-05-25 07:44:59 +02:00
Artūr Girenko 711edeba82 Merge pull request #54 from madvas/master
Added another example app
2016-05-24 22:43:54 +02:00
Matus Lestan e6e64b5b3b Added another example app 2016-05-24 21:22:53 +02:00
Artur Girenko 40ad59d141 v0.2.35 2016-05-21 17:17:45 +02:00
Artur Girenko 8329be903e make reagent6 the default interface since React 15 is now used by RN 2016-05-21 17:05:03 +02:00
Artur Girenko 6e11cd0eb1 bump RN version to 0.26.0
- use latest alpha2 of Reagent 0.6.0 - it supports react 15
- use latest alpha35 of Om Next - hopefully it supports react 15
2016-05-21 10:13:04 +02:00
Artūr Girenko ab90de6196 Merge pull request #52 from cldwalker/fix-doc-typo
Fix help typo introduced in #27
2016-05-15 09:49:06 +02:00
Gabriel Horner 7ab13eec75 Fix help typo introduced in #27 2016-05-14 20:09:41 -04:00
Artur Girenko 03caed0df7 v0.2.34 2016-05-14 22:14:46 +02:00
Artūr Girenko 9a3123f687 Merge pull request #51 from ducky427/master
Set goog.DEBUG and only check schema in development
2016-05-14 21:38:18 +02:00
Rohit Aggarwal a2bd81b1d4 Set goog.DEBUG and only check schema in development 2016-05-14 17:07:15 +01:00
Artur Girenko 20296f0cc6 Add a link to the example app Re-Navigate which showcases the use of NavigatorExperimental component 2016-05-14 00:18:11 +02:00
Artur Girenko 3cb3af47e3 make om-next and rum templates work nicely with RN 0.25+
- fix usage of React and ReactNative API by removing natal-shell dependency
2016-05-13 23:57:39 +02:00
Artūr Girenko a721661ad0 Merge pull request #49 from ducky427/master
Added some compiler options for performance
2016-05-13 22:22:30 +02:00