117 Commits

Author SHA1 Message Date
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