From 4d391ef57c4ccadc70918ec5fcad6ab6dc929b26 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 5 Mar 2018 10:22:26 -0800 Subject: [PATCH] Link to example integrations in README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04cc24bb..91961f77 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ rewriting existing code. React Native for Web can also render to HTML and critical CSS on the server using Node.js. Who is using React Native for Web? [Twitter](https://mobile.twitter.com), -[Major League Soccer](https://matchcenter.mlssoccer.com), Playstation, Uber, [The +[Major League Soccer](https://matchcenter.mlssoccer.com), +[Flipkart](https://www.flipkart.com/), Playstation, Uber, [The Times](https://github.com/newsuk/times-components), [React Native's documentation](http://facebook.github.io/react-native/). -Browser support: Chrome, Firefox, Safari >= 7, IE 10, Edge. +Browser support: Chrome, Firefox, Edge, Safari 7+, IE 10+. ## Quick start @@ -94,6 +95,16 @@ You'll notice that there is no reference to `react-dom`; the `App` component is defined using the platform-agnostic APIs and Components introduced by React Native. This allows the app to be rendered to web and native platforms. +## Integrations + +Examples of using React Native for Web with other web tools: + +* [Next.js](https://github.com/zeit/next.js/tree/master/examples/with-react-native-web) +* [Storybook](https://github.com/necolas/react-native-web/tree/0.5.1/website/storybook/.storybook) +* [Razzle](https://github.com/jaredpalmer/razzle/tree/master/examples/with-react-native-web) +* [Phenomic](https://github.com/phenomic/phenomic/tree/v1.0.0-alpha.20/docs) +* [Styleguidist](https://github.com/styleguidist/react-styleguidist/tree/v6.2.6/examples/react-native) + ## Contributing The main purpose of this repository is to help evolve React web and native