From dd021bc9166f8821756933fdfa0a353d124f589d Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sun, 7 Apr 2019 17:18:59 +0200 Subject: [PATCH] fix typo --- RNTester/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNTester/README.md b/RNTester/README.md index cb4b7162a2258a..f7d35ebe1396ff 100644 --- a/RNTester/README.md +++ b/RNTester/README.md @@ -81,7 +81,7 @@ When developing E2E tests, you may want to run in development mode, so that chan You will also need to have Metro Bundler running in another terminal. Note that if you've previously run the E2E tests in release mode, you may need to delete the `RNTester/build` folder before rerunning `detox build`. -## Built from source +## Building from source Building the app on both iOS and Android means building the React Native framework from source. This way you're running the latest native and JS code the way you see it in your clone of the github repo.