383 Commits

Author SHA1 Message Date
Artur Girenko
c8bd743992 v0.2.1 v0.2.1 2015-11-28 16:50:03 +01:00
Artur Girenko
096327f639 Better describe current support of figwheel 2015-11-28 16:42:37 +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
c482fe17ec Delete unused Podfile 2015-11-28 11:18:23 +01:00
Artur Girenko
7e8f57c4b7 Update readme 2015-11-28 11:16:03 +01:00
Artur Girenko
ce5e22cd6b Update readme about problem with static images
RN 0.14 provides unified way of accessing static images, but it does not work unless all code is statically accessible (when compiled with optimizations :simple)
2015-11-28 11:13:53 +01:00
Artur Girenko
dae0ffb356 v0.2.0 v0.2.0 2015-11-28 01:37:32 +01:00
Artur Girenko
2ec9c9ba83 mention original source in figwheel-breidge.js 2015-11-28 00:46:17 +01:00
Artur Girenko
46a27825f9 Update readme with explanation how to use now 2015-11-28 00:45:38 +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
720903fda6 Use react-native 0.14.2 2015-11-22 18:17:45 +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
v0.1.9
2015-11-22 10:57:51 +01:00
Artur Girenko
e290ec33cb v0.1.8 2015-11-21 15:17:04 +01:00
Artur Girenko
5194b1e7e9 Fix in Readme v0.1.8 2015-11-21 12:30:33 +01:00
Artur Girenko
c288372dbd Fix formatting in README.md v0.1.7 2015-11-21 12:07:33 +01:00
Artur Girenko
fc75fe2013 Run in android command is implemented 2015-11-21 12:01:44 +01:00
Artur Girenko
b87ad2b6a3 Update readme 2015-11-21 10:42:24 +01:00
Artur Girenko
6a12a0cf52 Fix compilation problems 2015-11-20 22:43:47 +01:00
Artur Girenko
867053651b Fix bug in directory creation 2015-11-20 21:10:02 +01:00
Artur Girenko
39580ba6ba Delete unused om files 2015-11-20 20:45:33 +01:00
Artur Girenko
ad96f7c971 Implement android support in re-natal.coffee 2015-11-20 20:44:36 +01:00
Artur Girenko
7f22f2288f Add additional resources 2015-11-20 20:22:02 +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
Artur Girenko
90120d2ff7 Update package.json and README.md 2015-11-20 20:07:09 +01:00
Dan Motzenbecker
db91cb6ffc updated readme 2015-11-17 01:01:58 -05:00
Dan Motzenbecker
5bbe076350 added link to Natal Shell 2015-11-17 00:04:17 -05:00
Dan Motzenbecker
9fd2603b30 0.1.7 2015-11-15 23:57:29 -05:00
Dan Motzenbecker
2a3b8df8fb update readme todos 2015-11-15 23:57:14 -05:00
Dan Motzenbecker
5d91bc5dae use natal-shell in om next template 2015-11-15 23:57:01 -05:00
Dan Motzenbecker
3bb110e743 use natal-shell in om template 2015-11-15 23:56:45 -05:00
Dan Motzenbecker
d446960264 use natal-shell 2015-11-15 23:56:16 -05:00
Dan Motzenbecker
5be7eef7af fixed typos in comments 2015-11-15 17:04:17 -05:00
Dan Motzenbecker
dfc72bc851 0.1.6 0.1.6 2015-11-14 18:53:32 -05:00
Dan Motzenbecker
dd36372e5a clarified repl --choose in readme 2015-11-14 18:42:31 -05:00
Dan Motzenbecker
945212196e removed help output about choosing device 2015-11-14 18:42:14 -05:00
Dan Motzenbecker
02d9ae9582 auto connect to first device by default 2015-11-14 18:39:15 -05:00
Dan Motzenbecker
97faf3a9d8 added deps task for installing dependencies 2015-11-14 18:21:39 -05:00
Dan Motzenbecker
3fba9ff70d ensure dependencies are installed on launch 2015-11-14 18:21:08 -05:00
Dan Motzenbecker
04bfb40ee4 make sure device exists on launch, change to default otherwise 2015-11-14 18:20:09 -05:00
Dan Motzenbecker
0a2cea3719 generateConfig() 2015-11-14 18:18:19 -05:00
Dan Motzenbecker
262f8cc5e6 getUuidForDevice() 2015-11-14 18:17:38 -05:00
Dan Motzenbecker
fceb75dd31 template view styling tweaks 2015-11-14 18:16:30 -05:00
Dan Motzenbecker
a1b8920f59 moved clojurescript compilation to launch 2015-11-14 18:10:07 -05:00
Dan Motzenbecker
df6db60411 direct user to npm log when npm install fails, closes #22 2015-11-14 17:51:59 -05:00
Dan Motzenbecker
2aff7344fe removed unused vars 2015-11-14 14:52:30 -05:00
Dan Motzenbecker
4dd91d5709 0.1.5 2015-11-11 23:12:24 -05:00
Dan Motzenbecker
7b1fe6998e validate project names, closes #26, closes #27 2015-11-11 23:12:04 -05:00
Dan Motzenbecker
6f7c2a1d19 removed unneeded line from om-next template 2015-11-03 22:54:53 -05:00