From 7b1cf8ea80a69de9036c395742443bfbeb7dcf23 Mon Sep 17 00:00:00 2001 From: Enrico Santus Date: Sat, 21 Mar 2020 14:55:38 -0400 Subject: [PATCH] Update README.md (#138) Adding a note for developers - not sure if it is meaningful but I hit my head for hours on this! --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e663fe5a9..4eae2fc422 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ or npx react-native run-ios --simulator="iPhone 8 Plus" ``` +---------------------------------------------------------------------------------- +NOTE: In some cases, the abovementioned procedure leads to the error 'Failed to load bundle - Could not connect to development server'. In these cases, kill all other react-native processes and try it again. +---------------------------------------------------------------------------------- + ## Contributing Read the [contribution guidelines](./.github/CONTRIBUTING.md).