[tests] add readme warnings
This commit is contained in:
parent
f81c581e52
commit
4b0aee300c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue