mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-29 21:04:53 +08:00
Use full URLs for README links
This commit is contained in:
26
README.md
26
README.md
@@ -6,10 +6,11 @@
|
|||||||
[React Native][react-native-url] to the Web.
|
[React Native][react-native-url] to the Web.
|
||||||
|
|
||||||
* **High-quality user interfaces**: React Native for Web makes it easy to
|
* **High-quality user interfaces**: React Native for Web makes it easy to
|
||||||
create [fast](packages/benchmarks/README.md), adaptive web UIs in JavaScript.
|
create [fast](https://github.com/necolas/react-native-web/blob/master/packages/benchmarks/README.md),
|
||||||
It provides native-like interactions, support for multiple input modes (touch,
|
adaptive web UIs in JavaScript. It provides native-like interactions, support
|
||||||
mouse, keyboard), optimized vendor-prefixed styles, built-in support for RTL
|
for multiple input modes (touch, mouse, keyboard), optimized vendor-prefixed
|
||||||
layout, built-in accessibility, and integrates with React Dev Tools.
|
styles, built-in support for RTL layout, built-in accessibility, and integrates
|
||||||
|
with React Dev Tools.
|
||||||
|
|
||||||
* **Write once, render anywhere**: React Native for Web interoperates with
|
* **Write once, render anywhere**: React Native for Web interoperates with
|
||||||
existing React DOM components and is compatible with the majority of the
|
existing React DOM components and is compatible with the majority of the
|
||||||
@@ -54,17 +55,18 @@ yarn add --dev babel-plugin-react-native-web
|
|||||||
|
|
||||||
### Guides
|
### Guides
|
||||||
|
|
||||||
* [Getting started](website/guides/getting-started.md)
|
* [Getting started](https://github.com/necolas/react-native-web/blob/master/website/guides/getting-started.md)
|
||||||
* [Style](website/guides/style.md)
|
* [Style](https://github.com/necolas/react-native-web/blob/master/website/guides/style.md)
|
||||||
* [Accessibility](website/guides/accessibility.md)
|
* [Accessibility](https://github.com/necolas/react-native-web/blob/master/website/guides/accessibility.md)
|
||||||
* [Internationalization](website/guides/internationalization.md)
|
* [Internationalization](https://github.com/necolas/react-native-web/blob/master/website/guides/internationalization.md)
|
||||||
* [Direct manipulation](website/guides/direct-manipulation.md)
|
* [Direct manipulation](https://github.com/necolas/react-native-web/blob/master/website/guides/direct-manipulation.md)
|
||||||
* [Advanced use](website/guides/advanced.md)
|
* [Advanced use](https://github.com/necolas/react-native-web/blob/master/website/guides/advanced.md)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
There are several examples [on the website][website-url] and in the [website's
|
There are several examples [on the website][website-url] and in the [website's
|
||||||
source code](./website). Here is an example to get you started:
|
source code](https://github.com/necolas/react-native-web/blob/master/website).
|
||||||
|
Here is an example to get you started:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
@@ -132,6 +134,6 @@ React Native for Web is [BSD licensed](./LICENSE).
|
|||||||
[ci-url]: https://travis-ci.org/necolas/react-native-web
|
[ci-url]: https://travis-ci.org/necolas/react-native-web
|
||||||
[website-url]: https://necolas.github.io/react-native-web/storybook/
|
[website-url]: https://necolas.github.io/react-native-web/storybook/
|
||||||
[react-native-url]: https://facebook.github.io/react-native/
|
[react-native-url]: https://facebook.github.io/react-native/
|
||||||
[contributing-url]: ./.github/CONTRIBUTING.md
|
[contributing-url]: https://github.com/necolas/react-native-web/blob/master/.github/CONTRIBUTING.md
|
||||||
[good-first-issue-url]: https://github.com/necolas/react-native-web/labels/good%20first%20issue
|
[good-first-issue-url]: https://github.com/necolas/react-native-web/labels/good%20first%20issue
|
||||||
[code-of-conduct]: https://code.facebook.com/codeofconduct
|
[code-of-conduct]: https://code.facebook.com/codeofconduct
|
||||||
|
|||||||
Reference in New Issue
Block a user