mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 09:14:15 +08:00
Update link to Glitch starter
This commit is contained in:
@@ -28,12 +28,9 @@ Browser support: Chrome, Firefox, Safari >= 7, IE 10, Edge.
|
||||
## Quick start
|
||||
|
||||
The easiest way to get started with React Native for Web is to use this
|
||||
[ready-to-go project on Glitch](https://glitch.com/edit/#!/react-native-web-playground).
|
||||
[ready-to-go project on Glitch](https://glitch.com/edit/#!/react-native).
|
||||
You don’t need to install anything to try it out.
|
||||
|
||||
If you are unfamiliar with setting up a React web project, please follow the
|
||||
recommendations in the [React documentation](https://reactjs.org/).
|
||||
|
||||
## Documentation
|
||||
|
||||
You can find the React Native for Web API documentation [on the
|
||||
|
||||
@@ -13,6 +13,9 @@ Facebook's React web starter kit –
|
||||
that is needed after initializing a web app with CRA is to install
|
||||
`react-native-web`.
|
||||
|
||||
If you are unfamiliar with setting up a new React web project, please follow
|
||||
the recommendations in the [React documentation](https://reactjs.org/).
|
||||
|
||||
## Adding to an existing web app
|
||||
|
||||
Existing web apps need to alias `react-native` to `react-native-web` and
|
||||
|
||||
Reference in New Issue
Block a user