Artur Girenko
9090693fb6
update readme with instruction for Om.Next
2016-02-11 13:18:21 +01:00
Artur Girenko
3de6de7fca
fix typos in README
2016-02-06 18:03:04 +01:00
Artur Girenko
c4113aea85
move patching of RN packager into a separate command 'enable-source-maps'
...
- patching the packager in 'upgrade' command is a bit too intrusive, this can be done optionally only when source maps are actually needed.
2016-02-06 16:00:09 +01:00
Artur Girenko
b274e92275
update README to reflect changes in CLI
2016-02-06 14:37:49 +01:00
Artur Girenko
edbca5dbb6
v0.2.22
2016-02-01 20:07:13 +01:00
Artur Girenko
435b6d6664
bump RN version to 0.19.0
2016-01-31 13:39:07 +01:00
Artur Girenko
c9bb4f1508
update readme, react-native CLI now has a command run-ios
2016-01-31 13:34:40 +01:00
Artur Girenko
302d464fa7
fix readme
2016-01-31 11:36:35 +01:00
Artur Girenko
68290dbaa0
fix readme
2016-01-30 20:03:31 +01:00
Artur Girenko
922d1d60e1
update README
2016-01-26 20:03:56 +01:00
Artur Girenko
11d6e263ec
fix readme
2016-01-24 18:07:46 +01:00
Artur Girenko
1b37d60ea0
support development of iOS and Android apps simultaneously #4
...
- remove setting up host from use-figwheel command
- introduce use-android-device command for changing android host. use-android-device command has to be executed only when user changes android device type for development
- change figwheel support functions in user.clj to support multiple builds
- add instructions to README of how to run iOS and Android simulators simultaneously
2016-01-24 13:46:34 +01:00
Artur Girenko
a59efbae6d
fix packager patch to auto-generate index.*.map files
...
- looks like in case of error RN tries to load index.ios.map, this file is normally generated by packager. Need to keep it this way.
2016-01-21 22:27:36 +01:00
Artur Girenko
f15d9885a4
update README
...
- got evidence from @dvcrn that figwheel works on real iOS device
- source maps are supported when you debug in chrome.
2016-01-21 20:41:28 +01:00
Artur Girenko
0a79a4b888
bump ReactNative version to v0.18.0
2016-01-18 22:01:00 +01:00
Artur Girenko
b7c9e7996c
update README with information about how to use static images
2016-01-17 19:12:37 +01:00
Artur Girenko
91b0d08633
update README with information about how to use static images
2016-01-17 18:51:29 +01:00
Artur Girenko
253f23f357
add react-native-cli to dependency list in README #7
2016-01-08 21:10:11 +01:00
Artur Girenko
451b2f195e
fix typo in readme
2016-01-05 19:53:58 +01:00
Artur Girenko
cdf071f304
add readme about using custom React Native components
2016-01-05 19:42:24 +01:00
Artur Girenko
3044b52b39
update readme
2015-12-24 21:16:16 +01:00
Artur Girenko
2af7df164e
bump ReactNative version to v0.17.0
2015-12-21 15:54:33 +01:00
Artur Girenko
3e8457d4f0
fix link to issue
2015-12-16 12:30:01 +01:00
Artur Girenko
11cbbbaa85
add the running on linux chapter to readme with feedback provided in #3
2015-12-16 07:51:55 +01:00
Artur Girenko
a03ff1a4b2
rearrange text
2015-12-15 21:07:50 +01:00
Artur Girenko
3f032463c6
describe how to start Figwheel from nREPL in readme
2015-12-15 19:25:50 +01:00
Artur Girenko
d100bed400
make init command run on Linux
...
- xcode based commands now checks for xcode availability, updates config lazily
2015-12-09 22:32:25 +01:00
Artur Girenko
91eb41e043
use React Native v0.16.0
2015-12-07 21:52:06 +01:00
Artur Girenko
954227c805
remove outdated documentation
2015-12-06 21:37:40 +01:00
Artur Girenko
0437144dd7
fix typos in readme
2015-12-06 21:23:14 +01:00
Artur Girenko
871866d59a
describe how to use Figwheel with Android simulators
2015-12-06 21:19:26 +01:00
Artur Girenko
5d525eb9e7
describe how to use Figwheel with Android simulators
2015-12-06 21:17:52 +01:00
Artur Girenko
8ec6608919
update readme to recommend using real Android device as Figwheel does not work in simulator yet
2015-12-06 12:55:52 +01:00
Artur Girenko
e02a9339b4
update readme upgrade guide
2015-12-06 12:31:45 +01:00
Artur Girenko
603e9dc7f2
update readme
2015-12-06 11:52:22 +01:00
Artur Girenko
50d1a0a3f0
describe upgrade topic in Readme
2015-12-06 11:40:40 +01:00
Artur Girenko
927b5de7fe
make Figwheel work without the need of Debug in Chrome
...
- solution by https://github.com/decker405/figwheel-react-native
- remove use-reload command.
- adoptions to figwheel-bridge.js
2015-12-05 23:53:27 +01:00
Artur Girenko
0c71d4a997
fix mistype in readme
2015-11-29 22:37:40 +01:00
Artur Girenko
1c748e565a
Remove wrong statement from readme
...
Figwheel actually works on real Android device.
2015-11-28 17:22:32 +01:00
Artur Girenko
096327f639
Better describe current support of figwheel
2015-11-28 16:42:37 +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
46a27825f9
Update readme with explanation how to use now
2015-11-28 00:45:38 +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
2015-11-22 10:57:51 +01:00
Artur Girenko
5194b1e7e9
Fix in Readme
2015-11-21 12:30:33 +01:00
Artur Girenko
c288372dbd
Fix formatting in README.md
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
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
2a3b8df8fb
update readme todos
2015-11-15 23:57:14 -05:00
Dan Motzenbecker
dd36372e5a
clarified repl --choose in readme
2015-11-14 18:42:31 -05:00
Dan Motzenbecker
8d727bda04
updated readme todos
2015-10-31 15:07:53 -04:00
Dan Motzenbecker
a76bca0d9b
added interface choice documentation
2015-10-31 14:56:18 -04:00
Dan Motzenbecker
3ee9f6900d
added dev tools to todos
2015-10-26 21:04:17 -04:00
Dan Motzenbecker
06a4910312
added cljsrn.org link to readme
2015-10-17 13:17:29 -04:00
Dan Motzenbecker
a24ca9dc1f
added android support to todo list
2015-10-12 19:52:07 -04:00
Dan Motzenbecker
5e4cd746da
added xcode errors tip to readme
2015-10-04 20:55:16 -04:00
Dan Motzenbecker
415d31ae57
added xcode command line tools to dependencies section of readme
2015-10-04 19:34:09 -04:00
Dan Motzenbecker
abf5cd5916
updated readme for 0.1.0
2015-10-04 19:29:36 -04:00
Dan Motzenbecker
58fcabc383
check off todo in readme
2015-10-04 19:06:28 -04:00
Dan Motzenbecker
9ba255d7cf
Merge branch 'master' of github.com:dmotz/natal into cli-launch
2015-10-04 15:20:20 -04:00
Dan Motzenbecker
3461612999
added todo to readme
2015-10-04 15:20:13 -04:00
Dan Motzenbecker
171288f57e
added full dependencies to readme, closes #8 , closes #9 , closes #10
2015-10-03 14:50:12 -04:00
Martin Clausen
6ce577bfd3
Added dependencies section with CocaoPods
...
Added dependencies section with CocaoPods.
2015-08-31 09:53:12 +02:00
Dan Motzenbecker
54bffab424
added note about prerequisites to readme
2015-08-30 22:03:00 -04:00
Dan Motzenbecker
1199d9b192
readme tweak
2015-08-30 11:35:17 -04:00
Dan Motzenbecker
c55dab9ece
readme tweak
2015-08-30 11:34:54 -04:00
Dan Motzenbecker
7f47f2320a
added error tailing instructions to readme
2015-08-30 00:21:00 -04:00
Dan Motzenbecker
3c89a0a96e
added component wrapping to readme goals
2015-08-30 00:17:12 -04:00
Dan Motzenbecker
5d17a91c8b
added post-creation instructions to readme
2015-08-30 00:16:58 -04:00
Dan Motzenbecker
b3b905b44c
added goals to readme
2015-08-30 00:02:51 -04:00
Dan Motzenbecker
6e05f26093
readme tips
2015-08-30 00:02:33 -04:00
Dan Motzenbecker
559f6a8033
added usage section to readme
2015-08-30 00:02:14 -04:00
Dan Motzenbecker
be116c7f4f
added intro to readme
2015-08-30 00:01:40 -04:00
Dan Motzenbecker
9efc0f368d
readme
2015-08-25 23:51:24 -04:00