From 006d315a1a73bf7846b514036017183f8009ea21 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 22 Sep 2018 15:34:21 -0700 Subject: [PATCH] Add example Next.js recipes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5667c241..eab67b7a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Examples of using React Native for Web with other web tools: * [Docz](https://github.com/pedronauck/docz-plugin-react-native) * [Gatsby](https://github.com/slorber/gatsby-plugin-react-native-web) -* [Next.js](https://github.com/zeit/next.js/tree/master/examples/with-react-native-web) +* [Next.js](https://github.com/zeit/next.js/tree/master/examples/with-react-native-web) (and [example recipes](https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96)) * [Phenomic](https://github.com/phenomic/phenomic/tree/master/examples/react-native-web-app) * [Razzle](https://github.com/jaredpalmer/razzle/tree/master/examples/with-react-native-web) * [Storybook](https://github.com/necolas/react-native-web/tree/master/packages/website/storybook/.storybook)