Nicolas Gallagher
69e0396fb1
Minor README edit
2018-01-05 16:35:39 -08:00
Nicolas Gallagher
1776891736
Improve project introduction and guides
...
Adopt the structure of the React README and improve the contribution
guidelines to include Facebook's CoC. Fix various links following the
move to a monorepo.
2017-12-26 09:12:15 +00:00
Nicolas Gallagher
3026465ae3
Monorepo
...
Introduces a monorepo structure, relies on yarn workspaces to share
dependencies, and lerna for syncing versions across the monorepo.
* Create 2 workspaces:
'packages' and 'website'
* Create 2 public packages:
'babel-plugin-react-native-web' and 'react-native-web'
* Create 1 private package:
'benchmarks'
A simple release script runs the tests, builds the package assets,
increments the package version numbers, git commits and tags, publishes
the package to npm, pushes the changes to github, and releases the
website update.
Close #657
2017-12-24 12:33:41 +00:00
Nicolas Gallagher
ed1e45a43d
Link to yarnpkg website instead of npmjs
2017-12-20 11:13:17 +00:00
Nicolas Gallagher
d1e49e06e6
Remove unmaintained starter kit
2017-12-18 17:49:51 +00:00
Nicolas Gallagher
0d29458874
Remove links to unmaintained starter kits
2017-09-28 13:04:21 -07:00
Amogh Banta
1795bae8b5
Add re-start to starter kits
2017-09-27 09:06:45 -07:00
Nicolas Gallagher
c1152ee09a
Update README install instructions
2017-09-26 10:30:48 -07:00
Nicolas Gallagher
917b06a690
Update README
2017-09-13 11:27:36 -07:00
Nicolas Gallagher
8756c20ade
Minor changes and fixes to docs
2017-08-09 09:44:36 -07:00
Nicolas Gallagher
08ee7c83bb
Minor starting documentation improvement
2017-07-30 18:45:08 -07:00
Nicolas Gallagher
7f81e313ed
Add link to Glitch playground
2017-07-22 10:43:25 -07:00
Nicolas Gallagher
d4b1fde9cf
Rewrite interactive documentation
...
Ref #491
2017-06-29 11:33:25 -07:00
Nicolas Gallagher
c7f287b207
Update React packages
2017-06-18 13:10:58 -07:00
Nicolas Gallagher
7ae2a5e188
Update README
2017-06-11 16:18:23 -07:00
Nicolas Gallagher
6aa2ac1f70
Remove ListView docs
2017-06-09 14:50:03 -07:00
Nicolas Gallagher
79e6dbaab5
Move 'NativeMethods' docs to direct manipulation guide
2017-06-09 14:49:15 -07:00
Nicolas Gallagher
124de7562d
Add 'advanced use' and 'style' docs
...
Fix #450
2017-05-06 16:06:20 +01:00
Nathan Broadbent
ba24a882be
Link to another starter kit example
2017-04-26 15:11:16 -07:00
Nicolas Gallagher
7705f521c8
[change] new accessibility features and docs
...
* Change 'accessible' to align with React Native.
* Add support for 'importantForAccessibility'.
* Stop event propagation for keyboard-activated Touchables (nested
Touchables now respond the same as when touch-activated).
* Fix whitespace layout of nested Text elements.
* Use 'div' for Text to improve TalkBack grouping.
* Rewrite accessibility docs.
Close #382
Fix #408
2017-04-19 16:41:01 -07:00
Nicolas Gallagher
03ea259d70
Update documentation
...
Close #417
2017-04-14 09:03:38 -07:00
Nicolas Gallagher
0863894f40
[change] make react-dom a peer dependency
2017-04-13 19:24:43 -07:00
Nicolas Gallagher
5e4c8e520a
[fix] StyleSheet registry key check
2017-01-02 23:24:24 -08:00
Nicolas Gallagher
bc68b0b6f4
0.0.61
2016-12-27 18:09:11 +00:00
Nicolas Gallagher
695eba45af
[add] Clipboard API
...
Close #125
Fix #122
2016-12-16 11:59:22 +00:00
Nicolas Gallagher
80ba119b83
Update install command
...
Close #285
Close #286
2016-12-14 17:05:15 +00:00
Calvin Chan
f8d5c15405
[add] Button component
2016-12-12 13:02:16 +00:00
Nicolas Gallagher
7536508fe3
Update docs
2016-12-07 16:22:39 -08:00
Nicolas Gallagher
763c5444ce
Add 'ProgressBar' to README
2016-09-06 12:51:59 -07:00
Nicolas Gallagher
103560fc11
Add i18n docs and update README
2016-08-31 15:19:49 -07:00
Nicolas Gallagher
87a4f56a89
[add] Switch component
...
'Switch' on Web can support custom sizes and colors. To do so,
Web-specific propTypes are introduced: `trackColor`, `thumbColor`,
`activeTrackColor`, and `activeThumbColor`.
2016-08-18 16:25:16 -07:00
Nicolas Gallagher
0fc5644959
Add more details to README
...
Fix #57
2016-08-16 14:04:22 -07:00
Nicolas Gallagher
6416166bc3
[add] support for RTL layout
...
Add `I18nManager` API from React Native. This can be used to control
when the app displays in RTL mode.
Add `$noI18n` property suffix for properties that StyleSheet will
automatically flip. This can be used to opt-out of automatic flipping on
a per-declaration basis.
2016-08-12 14:58:53 -07:00
Nicolas Gallagher
5c8cdd7742
[add] export a 'core' module
2016-08-03 13:16:09 -07:00
Nicolas Gallagher
249f157ed9
[fix] ListView child layout
...
Fix #166
2016-07-12 21:18:18 -07:00
Nicolas Gallagher
af60504ca4
[add] Vibration API
2016-07-11 21:51:00 -07:00
Nicolas Gallagher
a7158aeb6f
[change] remove Portal component
...
Portal was undocumented and has been removed from React Native.
Fix #149
2016-07-05 13:49:37 -07:00
Nicolas Gallagher
b4a3053b5b
fix README install command
2016-06-29 17:00:50 -07:00
Nicolas Gallagher
c46f242f6b
[add] ReactDOM server API to ReactNative API
2016-06-28 16:38:21 -07:00
Nicolas Gallagher
d53d1e6e56
Add link to react-native-web-starter
2016-06-20 11:09:50 -07:00
Nicolas Gallagher
f2ea7c089c
[change] separate the React and React Native APIs
...
Fix #136
2016-06-14 13:47:47 -07:00
Nicolas Gallagher
93d1488cc7
Fix README link to View
2016-06-13 11:59:24 -07:00
Nicolas Gallagher
21cc8f47ba
Update documentation
2016-03-15 17:14:44 -07:00
Nicolas Gallagher
efccbe41bb
0.0.17
2016-03-12 08:00:02 -08:00
Nicolas Gallagher
3eced7e842
Update documentation
2016-03-08 00:52:13 -08:00
Nicolas Gallagher
2dff45b561
Add link to Game2048 example
2016-03-07 20:43:22 -08:00
Nicolas Gallagher
4845de5cb5
[add] Update components with native methods
...
Hack in touch event normalization within `View` to produce events that
contain `pageX`, `pageY` for React Native compatibility.
2016-02-22 16:41:50 -08:00
Nicolas Gallagher
2b90bd736f
Minor docs update
2016-02-19 13:17:39 -08:00
Nicolas Gallagher
0567232942
[fix] NetInfo export
2016-02-18 23:03:59 -08:00
Nicolas Gallagher
f8554ecc1e
Update README; add guides to docs
2016-02-17 00:49:18 -08:00