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
Artur Girenko
c5fc356bfe
v0.2.30
2016-04-08 13:24:23 +02:00
Artur Girenko
5e2bd28a47
use React Native 0.23.1 fixes #35
2016-04-08 13:16:03 +02:00
Artur Girenko
49c7adaec7
v0.2.29
2016-03-27 21:18:20 +02:00
Artur Girenko
bc7b661581
assign global React variable to via window, fixes #32
...
direct assignment does not work anymore
2016-03-27 18:45:07 +02:00
Artur Girenko
0de4553c25
update readme
2016-03-23 16:31:24 +01:00
Artur Girenko
ae881bde82
bump RN version to 0.22.2
2016-03-23 16:31:05 +01:00
Artur Girenko
92b0876ce2
bugfix log wrapper function fixes #31
2016-03-22 22:29:59 +01:00
Artur Girenko
47c12ce82e
v0.2.28
2016-03-21 23:13:21 +01:00
Artur Girenko
4181f84579
fix formatting
2016-03-21 23:08:01 +01:00
Artur Girenko
5d4d6d6651
debug logging is conditional in figwheel-bridge.js fixes #30
2016-03-21 23:05:45 +01:00
Artur Girenko
d7567b4de4
bump RN version to 0.22.0
2016-03-21 22:50:54 +01:00
Artur Girenko
7fbfc7c293
do not assume the log message is a string. fixes #29
2016-03-21 20:55:02 +01:00
Artur Girenko
09bfa49d34
v0.2.27
2016-03-20 13:06:02 +01:00
Artur Girenko
cadeb152fc
formatting
2016-03-20 12:10:09 +01:00
Artur Girenko
dfa5cdece8
#4 remove fakeLocalStorageAndDocument function from figwheel-bridge.js
...
- using latest available version of lein-figwheel [0.5.0-6]
- figwheel now 'thinks' it is running in node.js environment (thanks @artemyarulin for hints)
- figwheel :heads-up-display is now disabled. Compilation warnings are still logged and shown in yellow box on screen. (thanks @seantempesta for hint)
2016-03-20 11:25:45 +01:00
Artur Girenko
c08541805a
v0.2.26
2016-03-06 11:17:40 +01:00
Artur Girenko
6112e3af4c
bump RN version to 0.21.0
2016-03-06 11:07:23 +01:00
Artur Girenko
0bab28a1d2
bump RN version to 0.21.0
2016-03-06 10:41:11 +01:00
Artur Girenko
14e5fa2bb8
provide feedback after use-ios-device command
2016-03-06 09:59:59 +01:00
Artūr Girenko
df1c8fbd40
Merge pull request #27 from cldwalker/use-ios-device
...
Add new command use-ios-device to support development on iOS device
2016-03-06 09:20:33 +01:00
Gabriel Horner
e8c6cf89df
Add README instructions for using real iOS device
...
Also fixed typo in readme
2016-03-03 17:39:20 -05:00