383 Commits

Author SHA1 Message Date
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 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 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 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 v0.2.37 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 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 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 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
Ducky
3521fc30c8 Added some compiler options for performance 2016-05-13 15:59:29 +01:00
Artur Girenko
f68d03d755 properly use React and ReactNative APIs in figwheel-brdge.js 2016-05-12 16:29:41 +02:00
Artūr Girenko
b200b9e40c Merge pull request #48 from mlakewood/exclude_ds_store
Exclude ds store
2016-05-12 16:26:01 +02:00
Mark Lakewood
fe72871c85 Add a symbol to indicate a bash prompt 2016-05-11 12:08:25 -07:00
Mark Lakewood
90156be21f Added some documentation for local dev environment as well 2016-05-11 12:07:31 -07:00
Mark Lakewood
180427e6b6 .DS_Store file is "required" by node if found in the images directory
If a .DS_Store file is created by OS X in the images directory then natal will attempt to
require it like any other image file. This causes an error in the simulator as javascript cannot load
the file. As there isnt any reason why a .DS_Store file should be loaded I've added an automatic exclusion for this file
name in any part of the image path.

Additions that could be made:

We could expose the exclude list as a configuration in the .re-natal file so that people could see what is being excluded and add to it if needed.
2016-05-11 12:00:02 -07:00
Artur Girenko
9e610170cd Merge branch 'hden-rn25' 2016-05-05 18:38:58 +02:00
Artur Girenko
2c1913038e adopt reagent and reagent6 templates for RN 0.25 2016-05-05 18:35:20 +02:00
Hao-kang Den
5cf02cc758
bump RN version to 0.25.0 2016-05-05 00:15:08 +08:00
Artur Girenko
de16fba277 v0.2.33 v0.2.33 2016-05-03 21:45:05 +02:00
Artur Girenko
e5a3a50800 update list of supported react wrappers in README 2016-05-03 21:31:39 +02:00
Artūr Girenko
c9471bf636 Merge pull request #45 from webmonarch/add-rum
Add Rum support
2016-05-03 21:16:09 +02:00
Eric Webb
976b34910c Add Rum support 2016-05-02 18:18:58 -07:00
Artur Girenko
ee2eeb6538 log errors to console to trigger a red screen fixes #44
- only the first logged error is shown in red screen, so need to real cause of problem logged in first error message
2016-05-02 21:55:20 +02:00