From 7c8c0287b4aa32b7c5dfa2d6df9b534f94055f7a Mon Sep 17 00:00:00 2001 From: Peter Cho Date: Fri, 28 Oct 2022 15:48:00 -0400 Subject: [PATCH] fix: missing paren in publishing --- website/contributing/how-to-build-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contributing/how-to-build-from-source.md b/website/contributing/how-to-build-from-source.md index 80e886c0b81..4c1a015cfb7 100644 --- a/website/contributing/how-to-build-from-source.md +++ b/website/contributing/how-to-build-from-source.md @@ -162,7 +162,7 @@ Gradle build fails in `ndk-build`. See the section about `local.properties` file ## Publish your own version of React Native -There is a docker image that helps you build the required Android sources without installing any additional tooling (other than [Docker](https://docs.docker.com/install/), which can be committed to a git branch as a fully functional React Native fork release. +There is a docker image that helps you build the required Android sources without installing any additional tooling (other than [Docker](https://docs.docker.com/install/)), which can be committed to a git branch as a fully functional React Native fork release. Run this from a fork of the React Native [repo](https://github.com/facebook/react-native).