From 4322acc5b71f8988a634438aa5fbf525c17576cb Mon Sep 17 00:00:00 2001 From: Filip Stanis Date: Sat, 16 Oct 2021 10:04:53 +0100 Subject: [PATCH] Doc: Update link to React Native docs (#5570) --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 2bae3d7d81..6655fae387 100644 --- a/BUILD.md +++ b/BUILD.md @@ -45,7 +45,7 @@ You can also run it under WSL 2. To do so, [follow these instructions](https://w ## Testing the Mobile application -First you need to setup React Native to build projects with native code. For this, follow the instructions on the [Get Started](https://facebook.github.io/react-native/docs/getting-started.html) tutorial, in the "React Native CLI Quickstart" tab. +First you need to setup React Native to build projects with native code. For this, follow the instructions in the [Setting up the development environment](https://reactnative.dev/docs/environment-setup) tutorial, in the "React Native CLI Quickstart" tab. Then, for **Android**: