[tests] add readme warnings

This commit is contained in:
Salakar 2018-08-25 13:56:07 +01:00
parent f81c581e52
commit 4b0aee300c
1 changed files with 3 additions and 2 deletions

View File

@ -51,8 +51,9 @@ npm run build-src-watch
cd tests/ && npm run packager-jet 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. > ⚠️ 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.
> ⚠️ 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 ### Step 3: Build Native App