From 90c777cd2b4e2344df8c2244eac4f38a644075ba Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 30 Jul 2018 10:56:42 -0300 Subject: [PATCH] Added single-server to readme (#390) @RocketChat/ReactNative Closes #386 Closes #295 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ee828a9..7dc8f931 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react $ npm run android ``` +# Running single server +If you don't need multiple servers, there is a branch `single-server` just for that. + +Readme will guide you on how to config. + # Detox (end-to-end tests) - Build your app