From ba24a882be374302c8a203a0d4c2bb695c9d9a8f Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 25 Apr 2017 21:25:15 +0700 Subject: [PATCH] Link to another starter kit example --- README.md | 1 + docs/guides/getting-started.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index f5c0ca71..a51134de 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ AppRegistry.runApplication('MyApp', { rootTag: document.getElementById('react-ro * [react-native-web-player](https://github.com/dabbott/react-native-web-player) * [reactxp](https://github.com/microsoft/reactxp) * [react-web](https://github.com/taobaofed/react-web) +* [react-native-web-webpack](https://github.com/ndbroadbent/react-native-web-webpack) ## License diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 1e77e93d..607259e6 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -76,6 +76,10 @@ module.exports = { } ``` +A more complex example setup for web apps can be found in various starter kits +(e.g., create-react-app and +[react-native-web-webpack](https://github.com/ndbroadbent/react-native-web-webpack)) + Please refer to the Webpack documentation for more information. ## Jest