Skip to content

Commit 6186604

Browse files
Simeknecolas
authored andcommitted
Update Expo info in docs
Close #2460
1 parent 9431f1e commit 6186604

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the development monorepo for "React Native for Web" and related projects
88
* Contains workflows used by GitHub Actions.
99
* Contains issue templates.
1010
* `configs`
11-
* Contains configration files used by the monorepo tooling (compiling, linting, testing, etc.)
11+
* Contains configuration files used by the monorepo tooling (compiling, linting, testing, etc.)
1212
* `packages`
1313
* [react-native-web](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web)
1414
* Contains the individual packages managed in the monorepo.

packages/react-native-web-docs/src/includes/layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Try it out!</h2>
5151
></iframe>
5252

5353
<div class="callout">
54-
<p><strong>Did you know?</strong> React Native for Web powers web support in multi-platform React tools like <a href="https://expo.io">Expo</a>, <a href="https://reactnativeelements.com/">React Native Elements</a>, <a href="https://callstack.github.io/react-native-paper/using-on-the-web.html">React Native Paper</a>, and <a href="https://docs.nativebase.io/getting-started">React Native Base</a>.
54+
<p><strong>Did you know?</strong> React Native for Web powers web support in multi-platform React tools like <a href="https://expo.dev">Expo</a>, <a href="https://reactnativeelements.com/">React Native Elements</a>, <a href="https://callstack.github.io/react-native-paper/using-on-the-web.html">React Native Paper</a>, and <a href="https://docs.nativebase.io/getting-started">React Native Base</a>.
5555
</div>
5656

5757
<div style="height:2rem"><!-- spacer --></div>

packages/react-native-web-docs/src/pages/docs/getting-started/installation.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ npm install --save-dev babel-plugin-react-native-web
3030

3131
### Expo
3232

33-
[Expo](https://expo.io) is a framework and a platform for universal React applications. [Expo for Web](https://docs.expo.io/workflow/web/) uses React Native for Web, provides dozens of additional cross-platform APIs, includes web build optimizations, and is compatibile with the broader React Native ecosystem.
34-
35-
```shell
36-
npx expo-cli init my-app
37-
cd my-app
38-
npm install react-dom react-native-web
39-
npx expo-cli start
40-
```
33+
[Expo](https://expo.dev) is a framework and a platform for universal React applications. [Expo for Web](https://docs.expo.dev/workflow/web/) uses React Native for Web, provides dozens of additional cross-platform APIs, includes web build optimizations, and is compatible with the broader React Native ecosystem. See the Expo docs for more information.
4134

4235
### Create React App
4336

packages/react-native-web-docs/src/pages/docs/getting-started/multi-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How to integrate React Native for Web into an existing React Native codebase.
1414

1515
Please read the [setup]({{ '/docs/setup' | url }}) guide first. If you have an existing React Native application, there are more areas that require attention and customization before most web bundlers can consume the non-standard JavaScript in packages produced by the React Native ecosystem. Additionally, 3rd party React Native packages with web support are listed in the [React Native Directory](https://reactnative.directory/?web=true).
1616

17-
If you are interested in making a multi-platform app it is *strongly recommended* that you use [Expo](https://expo.io) (or learn from the source code for the Web integration). Expo includes [web support](https://docs.expo.io/versions/v35.0.0/guides/running-in-the-browser/) and takes care of all the configuration work required.
17+
If you are interested in making a multi-platform app it is *strongly recommended* that you use [Expo](https://expo.dev) (or learn from the source code for the Web integration). Expo includes [web support](https://docs.expo.dev/workflow/web/) and takes care of all the configuration work required.
1818

1919
---
2020

0 commit comments

Comments
 (0)