From f04e0b2269e27e0e6a46abbf36d65e6500b1d669 Mon Sep 17 00:00:00 2001 From: Udoh Jeremiah Date: Tue, 21 May 2024 11:47:31 +0100 Subject: [PATCH] Update index.md --- .../content/102-environment-setup/100-expo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md index 9bba05181..c195bd665 100644 --- a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md @@ -2,4 +2,4 @@ Expo is a framework and a platform that allows you to develop, build, and deploy React Native applications easily and quickly. It simplifies the development process and provides a set of useful tools and services, including its own CLI (Command Line Interface), a managed workflow, and an SDK (Software Development Kit) with pre-built modules for common features. -Visit the [Expo CLI Quickstart](https://reactnative.dev/docs/environment-setup) page for detailed instructions on how to set up your environment. \ No newline at end of file +Visit the [Expo CLI Quickstart](https://docs.expo.dev/get-started/create-a-project/) page for detailed instructions on how to set up your environment.