Commit Graph

568 Commits

Author SHA1 Message Date
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
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 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
Artur Girenko 00b57b87a5 v0.2.32 2016-04-24 16:23:04 +02:00
Artur Girenko 14554b60f3 bump RN version to 0.24.1 2016-04-22 22:06:19 +02:00
Artur Girenko ea9500db73 compact console output about updating ios files 2016-04-22 21:42:20 +02:00
Artūr Girenko 90b633c058 Merge pull request #40 from vikeri/patch-1
Updated use-figwheel to replace debug url
2016-04-22 21:34:37 +02:00
Artūr Girenko 6bb0531b20 Merge pull request #39 from vikeri/gitignore
Added node_modules to gitignore
2016-04-22 21:09:06 +02:00
Viktor Eriksson 21ee272f4c Updated use-figwheel to replace debug url
If you want to debug on the device you have to replace `localhost`
with your ip in
`node_modules/react-native/Libraries/WebSocket/RCTWebSocketExecutor.m`.

Yes it is not a joke, edit the react-native library directly as per:
[the
docs](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools)

I added this file to where the url is replaced in AppDelegate.m
2016-04-21 16:00:29 +02:00
Viktor Eriksson 1023ef6899 Added node_modules to gitignore 2016-04-21 15:50:25 +02:00
Artur Girenko c2faab2dcd v0.2.31 2016-04-09 12:35:27 +02:00
Artur Girenko 89c71fe58e update readme for the reagent6 interface 2016-04-09 12:33:51 +02:00
Artūr Girenko d4c0ec47e5 Merge pull request #36 from drapanjanas/reagent6
add interface 'reagent6'
2016-04-09 12:12:03 +02:00
Artur Girenko 95a6fbb29e remove unused files 2016-04-09 11:44:28 +02:00
Artur Girenko 091bf38166 add interface 'reagent6' which uses reagent-0.6.0-alpha and re-frame-0.7.0 2016-04-09 11:20:16 +02:00
Artur Girenko b0b34b075b fix typo and update config check code 2016-04-09 01:09:45 +02:00
Artur Girenko 952d0b8a4c make env source roots configurable in .re-natal file
this improves flexibility to have other projects coexist with thise generated by re-natal fixes #34
removed some old upgrade code
2016-04-08 23:32:29 +02:00
Artur Girenko 5a29e9383a improve README by moving info about using external components to the top 2016-04-08 21:48:11 +02:00