From 4b0aee300c42a1777149d9a64c9a68c1ebe20404 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 25 Aug 2018 13:56:07 +0100 Subject: [PATCH] [tests] add readme warnings --- tests/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 5e473724..6983a9df 100755 --- a/tests/README.md +++ b/tests/README.md @@ -51,8 +51,9 @@ npm run build-src-watch cd tests/ && npm run packager-jet ``` -> It must be this script only that starts the RN Packager, using the default RN packager command will not work. -> Also ensure that all existing packagers are terminated and that you have no React Native debugger tabs open on your browsers. +> ⚠️ It must be this script only that starts the RN Packager, using the default RN packager command will not work. + +> ⚠️ Also ensure that all existing packagers are terminated and that you have no React Native debugger tabs open on your browsers. ### Step 3: Build Native App