From 91c9457392d43eab05f1f5db0f8a6b30ad30dc6d Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 10 Nov 2018 11:23:00 -0800 Subject: [PATCH] Remove reference to create-react-native-app Close #1167 --- docs/guides/getting-started.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 8b04391c..884c7c3e 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -24,20 +24,13 @@ yarn add react-art ## Starter kits -Web: [create-react-app](https://github.com/facebookincubator/create-react-app) +[create-react-app](https://github.com/facebookincubator/create-react-app) includes built-in support for aliasing `react-native-web` to `react-native`. ``` create-react-app my-app ``` -Multi-platform: [create-react-native-app](https://github.com/react-community/create-react-native-app) -includes experimental support for Web. - -``` -create-react-native-app my-app --with-web-support -``` - ## Configuring a module bundler If you have a custom setup, you may choose to configure your module bundler to