mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 23:25:40 +00:00
Update README and docs
This commit is contained in:
@@ -25,8 +25,8 @@ necessary for your desired browser support.
|
||||
### Expo
|
||||
|
||||
[Expo](https://expo.io) is a framework and a platform for universal React
|
||||
applications. It is simple to setup, optimizes the web build, and provides
|
||||
dozens of additional cross-platform APIs.
|
||||
applications. [Expo for Web](https://docs.expo.io/workflow/web/) uses React
|
||||
Native for Web and provides dozens of additional cross-platform APIs.
|
||||
|
||||
```
|
||||
npm install expo-cli --global
|
||||
@@ -37,9 +37,10 @@ expo start
|
||||
|
||||
### Create React App
|
||||
|
||||
[Create React App](https://github.com/facebook/create-react-app) is a good way
|
||||
[Create React App](https://github.com/facebook/create-react-app) is a basic way
|
||||
to setup a simple, web-only React app with built-in support for aliasing
|
||||
`react-native-web` to `react-native`.
|
||||
`react-native-web` to `react-native`. However, it's generally recommended that
|
||||
you use Expo.
|
||||
|
||||
```
|
||||
npx create-react-app my-app
|
||||
|
||||
Reference in New Issue
Block a user