From d53d1e6e56bcb21dc1b53c10f2ef96d2a6ea8c9d Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 20 Jun 2016 11:09:50 -0700 Subject: [PATCH] Add link to react-native-web-starter --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e6ee7dee..efb538f1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ npm install --save react@0.14 react-dom@0.14 react-native-web Read the [Client and Server rendering](docs/guides/rendering.md) guide. +You can also bootstrap a standard React Native project structure for web by +using [react-native-web-starter](https://github.com/grabcode/react-native-web-starter). + ## Examples Demos: