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:
Nicolas Gallagher
2021-03-24 11:38:43 +01:00
parent 66d01734ce
commit c6be829fb1
8 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -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
```