Skip to content

Commit 9970b34

Browse files
committed
Default RN pakcager port of new window to 19000
1 parent a17d399 commit 9970b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/containers/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default class App extends Component {
166166
button="Confirm"
167167
inputProps={{
168168
type: 'input',
169-
value: 19001,
169+
value: 19000,
170170
}}
171171
onInputChange={value => Number(value.replace(/\D/g, '').substr(0, 5)) || ''}
172172
onSubmit={this.handlePortOnSubmit}

npm-package/bin/rndebugger-open.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require('fs');
66
const path = require('path');
77

88
const defaultPort = 8081;
9-
const expoDefaultPort = 19001;
9+
const expoDefaultPort = 19000;
1010

1111
const expoInfoPath = path.join(process.cwd(), '.expo/packager-info.json');
1212

0 commit comments

Comments
 (0)