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.