114 Commits

Author SHA1 Message Date
amorokh
2aaf7f6f94 Fixed some newlines in .gitignore 2017-04-13 11:27:05 +02:00
amorokh
ef2717f6b6 Added commands for adding UWP/WPF app projects to existing projects 2017-04-13 11:04:31 +02:00
amorokh
4c877ad339 Upgrade now respects moduelsPlatform values 2017-04-13 08:25:38 +02:00
amorokh
ae6ef24250 Moved platform modules into platform section in .re-natal 2017-04-12 16:38:48 +02:00
amorokh
b5a2865bc5 Merge branch 'master' 2017-04-12 15:47:59 +02:00
amorokh
66dd2beb45 Reorganized .re-natal file to store configured platforms 2017-04-12 15:21:12 +02:00
amorokh
7b414c666c Added support for WPF app 2017-04-12 13:50:48 +02:00
amorokh
5278dadd49 Merge branch 'uwp' 2017-04-12 13:17:33 +02:00
amorokh
b305152b0a Parameterized :clean-target in project.clj 2017-04-12 13:17:22 +02:00
amorokh
fd5dc6dc95 Added UWP platform support 2017-04-12 13:02:25 +02:00
amorokh
a10bc8906b Parameterized platforms in project.clj 2017-04-12 12:07:11 +02:00
amorokh
76c4bc78e4 Removed hardcoded usage of ios and android where possible 2017-04-12 11:03:33 +02:00
Artur Girenko
b91aed7819 fix the file path 2017-03-15 19:11:34 +01:00
Travis McLane
e5db902aaa bump om-next to 1.0.0-alpha48 2017-03-07 11:58:16 -06:00
Travis McLane
bd80fff8fa bump react to 0.42.0 2017-03-07 11:58:16 -06:00
Travis McLane
1110e849d7 bump rum version to 0.10.8 2017-03-07 11:58:16 -06:00
TashaGospel
ff3d444191 Upgrade to React Native 0.41.1 2017-02-21 20:40:08 +13:00
Artur Girenko
b8b60dd2e2 bump RN version to 0.40.0 2017-01-28 09:35:16 +01:00
Pavlos Vinieratos
606fc6ead6 update to RN 0.39.0 2016-12-04 14:38:21 +01:00
Paul Currit
5b5c3436a7 handle platform-specific image files when running use-figwheel
Platform-specific file names for images as described in the React-Native docs at http://facebook.github.io/react-native/releases/0.37/docs/images.html
2016-11-22 20:48:36 -08:00
Artur Girenko
d7c63abe78 RN 0.37.0 2016-11-21 20:11:56 +01:00
Artur Girenko
9562b5926d add optional platform parameter to 'use-component' command to configure platform-specific modules, fixes #81 2016-11-21 19:49:07 +01:00
Artur Girenko
4169883066 RN 0.36.0 2016-10-31 21:26:27 +01:00
Artur Girenko
620d0b39a7 explicitly require babel-plugin-transform-es2015-block-scoping@6.15.0 in package.json. Fixes #77 2016-10-31 18:51:48 +01:00
Artur Girenko
40d3de4eeb RN 0.35.0, lein-cljsbuild 1.1.4 2016-10-11 20:42:04 +02:00
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
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
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
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
e52b9cd4fd use re-frame 0.8.0 in reagent6 template 2016-08-07 14:01:34 +02:00
Artur Girenko
1b3c897e8d bump RN version 0.31.0 2016-08-07 10:03:15 +02:00
Gabriel Horner
3f9323b391 Switch schema for cljs.spec - close #60 2016-07-25 00:08:17 +02:00
Artur Girenko
b6388ba6f4 use RN 0.30.0 2016-07-24 12:19:41 +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
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
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
Gabriel Horner
7ab13eec75 Fix help typo introduced in #27 2016-05-14 20:09:41 -04: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
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
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
Eric Webb
976b34910c Add Rum support 2016-05-02 18:18:58 -07:00