Commit Graph

72 Commits

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