From e91273d4bcbcceee46d6bdc9cfc596d77fd60a15 Mon Sep 17 00:00:00 2001 From: Ray Kraesig Date: Wed, 4 Sep 2019 15:13:24 -0700 Subject: [PATCH] docs/build-run: Update reference to React Native setup docs. The React Native documentation has changed slightly; adjust the references in our documentation accordingly. --- docs/howto/build-run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/build-run.md b/docs/howto/build-run.md index 19bd6d670bc..d6dc2459680 100644 --- a/docs/howto/build-run.md +++ b/docs/howto/build-run.md @@ -34,8 +34,8 @@ To install the React Native tools, and either Xcode or the Android SDK and Android Studio, follow the helpful instructions from React Native upstream on [Getting Started](https://facebook.github.io/react-native/docs/getting-started.html). -You want the tab "Building Projects with Native Code"; -the "Quick Start" does not apply. +You want the tab "React Native CLI Quickstart"; the "Expo CLI Quickstart" does +not apply. Continue those instructions until you can run the Zulip Mobile app with either `react-native run-android` or `react-native run-ios`.