You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expo 49 start using 8081 as default packager port, also packager-info is no longer supported.
users are also able to use `--port 19000` for Expo <= 48.
closes#689
$ set REACT_DEBUGGER="rndebugger-open --open --port 8081"&& npm start
48
48
```
49
49
50
+
If you're using Expo <= 48, use port 19000 instead of 8081.
51
+
50
52
#### Options (--option)
51
53
52
54
Name | Description
@@ -55,7 +57,6 @@ Name | Description
55
57
`revert` | Revert rndebugger-open injection. Default is `false`
56
58
`open` | Run open directly instead of inject patch
57
59
`port` | Specified react-native packager port with `--open` option. Default is `8081`
58
-
`expo` | Use [Expo](https://github.com/expo)'s RN packager port if you're not specified port.
59
60
60
61
You can also [`Launch by CLI or React Native packager`](https://github.com/jhen0409/react-native-debugger/blob/master/docs/getting-started.md#launch-by-cli-or-react-native-packager-macos-only) instead of this package.
0 commit comments