From 8a94cf2c18262d2e6d88fc18b08c8f797d2fdf36 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Tue, 26 Nov 2019 18:01:19 -0800 Subject: [PATCH] Update README.md --- with-gatsby/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/with-gatsby/README.md b/with-gatsby/README.md index 2d41e2d..1c3baa2 100644 --- a/with-gatsby/README.md +++ b/with-gatsby/README.md @@ -1,5 +1,7 @@ # [Gatsby Example](https://www.gatsbyjs.org/) +> 💡 The most updated info is in the Expo docs: [Using Gatsby](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-gatsby.md) + Using Gatsby with Expo will enable you to [prerender](https://www.netlify.com/blog/2016/11/22/prerendering-explained/) the web part of your Expo app. This demo shows you how to setup your universal application to use use advanced universal modules from the Expo SDK like Camera, Gestures, Permissions, etc... with the Gatsby tool-chain! > Notice: Prerendering is an experimental feature with Expo so modules might not be fully optimized for Gatsby. If you find bugs please report them on the [Expo repo](https://github.com/expo/expo/issues) with the `[Gatsby]` tag in the title.