From b02654e11ea77448e2163672db533a2febcf352a Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Tue, 28 Nov 2023 17:03:32 +0530 Subject: [PATCH] [with-gatsby] Remove docs link We do not have Using Gatsby guide anymore. This PR removes the removed link from the `with-gatsby/README.md` example. --- with-gatsby/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/with-gatsby/README.md b/with-gatsby/README.md index 349a42f4..45f8d7b4 100644 --- a/with-gatsby/README.md +++ b/with-gatsby/README.md @@ -1,8 +1,6 @@ # [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! +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 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.