From 0d294588749c474c374231c58dd0a34d0e77f243 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 28 Sep 2017 13:04:21 -0700 Subject: [PATCH] Remove links to unmaintained starter kits --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index be0f0a15..7b6e1b91 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,6 @@ Guides: * [Advanced use](docs/guides/advanced.md) * [Known issues](docs/guides/known-issues.md) -## Starter kits - -* [Glitch](https://glitch.com/edit/#!/react-native-web-playground) -* [create-react-app](https://github.com/facebookincubator/create-react-app) -* [react-native-web-starter](https://github.com/grabcode/react-native-web-starter) -* [react-native-web-webpack](https://github.com/ndbroadbent/react-native-web-webpack) -* [re-start](https://github.com/react-everywhere/re-start) - ## Example code ```js @@ -111,6 +103,12 @@ AppRegistry.registerComponent('MyApp', () => App) AppRegistry.runApplication('MyApp', { rootTag: document.getElementById('react-root') }) ``` +## Starter kits + +* [Glitch](https://glitch.com/edit/#!/react-native-web-playground) +* [create-react-app](https://github.com/facebookincubator/create-react-app) +* [re-start](https://github.com/react-everywhere/re-start) + ## Related projects * [react-primitives](https://github.com/lelandrichardson/react-primitives/)