From e87074ace38bde12c71f8ed506e52c65ab0179bf Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 28 Nov 2022 12:03:35 -0800 Subject: [PATCH] Rewrite docs about company usage --- .../src/includes/layouts/home.html | 2 +- .../src/pages/docs/appendix/about-project.md | 4 ++-- .../src/pages/docs/getting-started/installation.md | 10 ---------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/react-native-web-docs/src/includes/layouts/home.html b/packages/react-native-web-docs/src/includes/layouts/home.html index d99f6faa7..9ac8e0a33 100644 --- a/packages/react-native-web-docs/src/includes/layouts/home.html +++ b/packages/react-native-web-docs/src/includes/layouts/home.html @@ -51,7 +51,7 @@

Try it out!

>
-

Did you know? React Native for Web is used in production web apps by Twitter, Flipkart, Uber, Major League Soccer, and many others. It also powers web support in multi-platform React projects such as Expo, React Native Elements, React Native Paper, and React Native Base. +

Did you know? React Native for Web powers web support in multi-platform React tools like Expo, React Native Elements, React Native Paper, and React Native Base.

diff --git a/packages/react-native-web-docs/src/pages/docs/appendix/about-project.md b/packages/react-native-web-docs/src/pages/docs/appendix/about-project.md index f0b9c9b05..aaaeecfe0 100644 --- a/packages/react-native-web-docs/src/pages/docs/appendix/about-project.md +++ b/packages/react-native-web-docs/src/pages/docs/appendix/about-project.md @@ -2,7 +2,7 @@ title: About the project date: Last Modified permalink: /docs/about-project/index.html -description: +description: eleventyNavigation: key: About the project parent: Appendix @@ -15,7 +15,7 @@ eleventyNavigation: {{ site.name }} was started in 2015 by [Nicolas Gallagher](http://nicolasgallagher.com) during the development of [Twitter's Progressive Web App](https://blog.twitter.com/engineering/en_us/topics/open-source/2017/how-we-built-twitter-lite.html). It has evolved from a framework inspired by React Native into a mature and pragmatic compatibility layer between React DOM and React Native. -{{ site.name }} is currently used in production Web apps by companies including [Twitter](https://twitter.com), [Flipkart](https://twitter.com/naqvitalha/status/969577892991549440), [Uber](https://www.youtube.com/watch?v=RV9rxrNIxnY), and [Major League Soccer](https://matchcenter.mlssoccer.com). Software engineers from Meta, Twitter, and Expo continue to contribute design and patches to the project. +{{ site.name }} is currently used in production Web apps by companies including [Meta](https://www.meta.com/), [Twitter](https://twitter.com), and [Flipkart](https://twitter.com/naqvitalha/status/969577892991549440). Software engineers from Meta, Expo, and elsewhere continue to contribute design and patches to the project. Developing a Web compatibility layer for React Native involves balancing the needs of high-quality Web apps with the value of React Native API compatibility. There are instances where parts of the React Native API are co-opted to infer information that is necessary or beneficial to products running in Web browsers. Other times there are use cases that are not accomodated by the APIs provided; even when that information cannot be pragmatically incorporated into the existing React Native API design constraints, it still helps to inform which API changes are needed over the long term. diff --git a/packages/react-native-web-docs/src/pages/docs/getting-started/installation.md b/packages/react-native-web-docs/src/pages/docs/getting-started/installation.md index 4cb71d481..29d160f84 100644 --- a/packages/react-native-web-docs/src/pages/docs/getting-started/installation.md +++ b/packages/react-native-web-docs/src/pages/docs/getting-started/installation.md @@ -49,13 +49,3 @@ cd my-app npm install react-native-web npm start ``` - -### Integrations - -Visit the [React Native Directory](https://reactnative.directory/?web=true) to find React Native packages with known web support. Popular web frameworks maintain example integrations. - -* [Docz](https://github.com/doczjs/docz/tree/master/examples/react-native) -* [Gatsby](https://github.com/slorber/gatsby-plugin-react-native-web) -* [Next.js](https://github.com/zeit/next.js/tree/master/examples/with-react-native-web) (and [example recipes](https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96)) -* [Razzle](https://github.com/jaredpalmer/razzle/tree/master/examples/with-react-native-web) -* [Styleguidist](https://github.com/styleguidist/react-styleguidist/tree/master/examples/react-native)