mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 14:57:13 +00:00
Various documentation fixes
Fix #1948 Close #1906 Close #1918 Close #1922 Close #1956 Close #1960 Co-authored-by: Nishan <nishanbende@gmail.com> Co-authored-by: Michel Couillard <mcouillard@hortau.com> Co-authored-by: David Calhoun <dpcalhoun@gmail.com> Co-authored-by: burakgormek <burak.gormek@gmail.com> Co-authored-by: Evan Charlton <evancharlton@microsoft.com>
This commit is contained in:
@@ -71,7 +71,7 @@ yarn compile --watch
|
||||
To run the documentation website:
|
||||
|
||||
```
|
||||
yarn docs:dev
|
||||
yarn docs
|
||||
```
|
||||
|
||||
## Examples
|
||||
@@ -79,7 +79,7 @@ yarn docs:dev
|
||||
To run the examples app:
|
||||
|
||||
```
|
||||
yarn examples:dev
|
||||
yarn examples
|
||||
```
|
||||
|
||||
When you're also making changes to the 'react-native-web' source files, run this command in another process:
|
||||
@@ -93,7 +93,7 @@ yarn compile --watch
|
||||
To run the benchmarks locally:
|
||||
|
||||
```
|
||||
yarn benchmarks:dev
|
||||
yarn benchmarks
|
||||
open ./packages/benchmarks/dist/index.html
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user