Commit Graph

536 Commits

Author SHA1 Message Date
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
Gabriel Horner d967daccea Add use-ios-device command - close #26
Also updated related configuration default, check and upgrade
2016-03-03 17:32:39 -05:00
Artur Girenko 1ebfff8006 add link to seantempesta/om-next-react-native-router-flux 2016-02-26 21:10:24 +01:00
Artur Girenko 520a9f80ff update readme 2016-02-18 14:17:46 +01:00
Artur Girenko ba068b17f7 bump RN version to 0.20.0 - v0.2.25 2016-02-18 14:14:19 +01:00
Artur Girenko 9e18eaab39 v0.2.24 2016-02-11 21:46:18 +01:00
Artur Girenko e4bd064083 fixed upgrade command to default the interface in .re-natal to 'reagent' if absent 2016-02-11 21:44:45 +01:00
Artur Girenko f9317c7698 rename root-node to root-note! 2016-02-11 21:42:59 +01:00
Artūr Girenko 055e123476 Merge pull request #24 from drapanjanas/support-om-next
Support om next fixes #15
2016-02-11 13:50:27 +01:00
Artur Girenko 64b102d645 update readme 2016-02-11 13:20:11 +01:00
Artur Girenko 9090693fb6 update readme with instruction for Om.Next 2016-02-11 13:18:21 +01:00
Artur Girenko b73e7a1ed3 fix interface dependant usage instructions which are printed after init command finished 2016-02-11 13:11:56 +01:00